mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-12 19:01:55 +01:00
bluetooth
This commit is contained in:
@@ -840,13 +840,13 @@ int main(void)
|
||||
|
||||
|
||||
/* wait for USB startup & debug output */
|
||||
// while (USB_DeviceState != DEVICE_STATE_Configured) {
|
||||
while (USB_DeviceState != DEVICE_STATE_Configured) {
|
||||
// #if defined(INTERRUPT_CONTROL_ENDPOINT)
|
||||
// ;
|
||||
// #else
|
||||
USB_USBTask();
|
||||
// #endif
|
||||
// }
|
||||
}
|
||||
print("USB configured.\n");
|
||||
|
||||
/* init modules */
|
||||
|
||||
Reference in New Issue
Block a user