Skip to content

Commit edc0863

Browse files
facchinmcmaglie
authored andcommitted
remove setupUSB weak hook and replace with global constructors
thanks @matthijskooijman
1 parent d519144 commit edc0863

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Keyboard.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,6 @@ size_t getsizeof_hidReportDescriptor() {
221221
return sizeof(_hidReportDescriptor);
222222
}
223223

224-
void WEAK setupUSB() {
225-
HID.begin();
226-
}
227-
228224
uint8_t USBPutChar(uint8_t c);
229225

230226
// press() adds the specified key (printing, non-printing, or modifier)

0 commit comments

Comments
 (0)