Skip to content

Commit

Permalink
[CI] Format code according to conventions (qmk#16914)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot authored and zykrah committed Jul 2, 2022
1 parent c5f1b4f commit 56e0067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmk_core/protocol/chibios/usb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,10 +340,10 @@ static usb_driver_configs_t drivers = {
#endif
#ifdef RAW_ENABLE
# ifndef RAW_IN_CAPACITY
# define RAW_IN_CAPACITY 4
# define RAW_IN_CAPACITY 4
# endif
# ifndef RAW_OUT_CAPACITY
# define RAW_OUT_CAPACITY 4
# define RAW_OUT_CAPACITY 4
# endif
# define RAW_IN_MODE USB_EP_MODE_TYPE_INTR
# define RAW_OUT_MODE USB_EP_MODE_TYPE_INTR
Expand Down

0 comments on commit 56e0067

Please sign in to comment.