Skip to content

Commit ee371c1

Browse files
authored
Fix up issues shown by clang-format of vusb (#15004)
1 parent 4bf7ce2 commit ee371c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tmk_core/protocol/vusb/vusb.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ void send_digitizer(report_digitizer_t *report) {
297297
#ifdef DIGITIZER_ENABLE
298298
if (usbInterruptIsReadyShared()) {
299299
usbSetInterruptShared((void *)report, sizeof(report_digitizer_t));
300+
}
300301
#endif
301302
}
302303

@@ -569,7 +570,7 @@ const PROGMEM uchar shared_hid_report[] = {
569570
0x09, 0x31, // Usage (Y)
570571
0x81, 0x02, // Input (Data, Variable, Absolute)
571572
0xC0, // End Collection
572-
0xC0 // End Collection
573+
0xC0, // End Collection
573574
#endif
574575

575576
#ifdef PROGRAMMABLE_BUTTON_ENABLE
@@ -589,7 +590,7 @@ const PROGMEM uchar shared_hid_report[] = {
589590
0x75, 0x01, // Report Size (1)
590591
0x81, 0x02, // Input (Data, Variable, Absolute)
591592
0xC0, // End Collection
592-
0xC0 // End Collection
593+
0xC0, // End Collection
593594
#endif
594595

595596
#ifdef SHARED_EP_ENABLE

0 commit comments

Comments
 (0)