~ruther/qmk_firmware

97f4a75fd7bbdb5f4c170cd9dd4495ba7d64a548 — QMK Bot 3 years ago fdd3146
[CI] Format code according to conventions (#16914)

1 files changed, 2 insertions(+), 2 deletions(-)

M tmk_core/protocol/chibios/usb_main.c
M tmk_core/protocol/chibios/usb_main.c => tmk_core/protocol/chibios/usb_main.c +2 -2
@@ 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