diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-22 00:48:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 17:48:06 +1000 |
commit | 97f4a75fd7bbdb5f4c170cd9dd4495ba7d64a548 (patch) | |
tree | 122d6f8a6553663a687eb0d74db84614bd2199f2 /tmk_core | |
parent | fdd31468ca20c74be4dab90991c196ea1743657a (diff) | |
download | qmk_firmware-97f4a75fd7bbdb5f4c170cd9dd4495ba7d64a548.tar.gz qmk_firmware-97f4a75fd7bbdb5f4c170cd9dd4495ba7d64a548.zip |
[CI] Format code according to conventions (#16914)
Diffstat (limited to 'tmk_core')
-rw-r--r-- | tmk_core/protocol/chibios/usb_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/protocol/chibios/usb_main.c b/tmk_core/protocol/chibios/usb_main.c index c59569a85a..19e2e858fc 100644 --- a/tmk_core/protocol/chibios/usb_main.c +++ b/tmk_core/protocol/chibios/usb_main.c @@ -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 |