Update main.c (#8198)

This commit is contained in:
yiancar 2020-02-22 15:10:41 +00:00 committed by GitHub
parent 1327208449
commit eb9c2429c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -59,12 +59,12 @@ int main(void) {
#endif
keyboard_setup();
keyboard_init();
host_set_driver(vusb_driver());
debug("initForUsbConnectivity()\n");
initForUsbConnectivity();
keyboard_init();
debug("main loop\n");
while (1) {
#if USB_COUNT_SOF