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);
|
print_set_sendchar(sendchar);
|
||||||
host_set_driver(&lufa_driver);
|
host_set_driver(&lufa_driver);
|
||||||
|
|
||||||
print("Keyboard init.\n");
|
print("\n\nKeyboard init.\n");
|
||||||
hook_early_init();
|
hook_early_init();
|
||||||
keyboard_setup();
|
keyboard_setup();
|
||||||
setup_usb();
|
setup_usb();
|
||||||
|
|
@ -663,6 +663,7 @@ int main(void)
|
||||||
#endif
|
#endif
|
||||||
matrix_scan();
|
matrix_scan();
|
||||||
}
|
}
|
||||||
|
print("\nUSB configured.\n");
|
||||||
|
|
||||||
hook_late_init();
|
hook_late_init();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue