浏览代码

Fix print init; print_set_sendchar in main

tags/v1.9
Jun Wako 9 年前
父节点
当前提交
0a9d9b8f9c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      converter/usb_usb/main.cpp

+ 2
- 0
converter/usb_usb/main.cpp 查看文件

@@ -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()

正在加载...
取消
保存