lufa: Fix Change debug print message
This commit is contained in:
parent
55443fabb7
commit
1e0af6809d
1 changed files with 2 additions and 1 deletions
|
|
@ -642,7 +642,7 @@ int main(void)
|
|||
print_set_sendchar(sendchar);
|
||||
host_set_driver(&lufa_driver);
|
||||
|
||||
print("Keyboard init.\n");
|
||||
print("\n\nKeyboard init.\n");
|
||||
hook_early_init();
|
||||
keyboard_setup();
|
||||
setup_usb();
|
||||
|
|
@ -663,6 +663,7 @@ int main(void)
|
|||
#endif
|
||||
matrix_scan();
|
||||
}
|
||||
print("\nUSB configured.\n");
|
||||
|
||||
hook_late_init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue