mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 22:19:29 +00:00
Fix print init; print_set_sendchar in main
This commit is contained in:
parent
9de992ba0b
commit
0a9d9b8f9c
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
#include "lufa.h"
|
||||
|
||||
#include "timer.h"
|
||||
#include "sendchar.h"
|
||||
#include "debug.h"
|
||||
#include "keyboard.h"
|
||||
|
||||
|
@ -39,6 +40,7 @@ static void LUFA_setup(void)
|
|||
|
||||
// for Console_Task
|
||||
USB_Device_EnableSOFEvents();
|
||||
print_set_sendchar(sendchar);
|
||||
}
|
||||
|
||||
static void HID_setup()
|
||||
|
|
Loading…
Reference in a new issue