Skip to content

Commit

Permalink
Fix print init; print_set_sendchar in main
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk committed Dec 10, 2014
1 parent 9de992b commit 0a9d9b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions converter/usb_usb/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "lufa.h"

#include "timer.h"
#include "sendchar.h"
#include "debug.h"
#include "keyboard.h"

Expand All @@ -39,6 +40,7 @@ static void LUFA_setup(void)

// for Console_Task
USB_Device_EnableSOFEvents();
print_set_sendchar(sendchar);
}

static void HID_setup()
Expand Down

0 comments on commit 0a9d9b8

Please sign in to comment.