浏览代码

T4.x RAWHID remove compiler warning.

usb.c did not include the usb_rawhid.h so it would give a compiler warning about having to create a ...
main
Kurt Eckhardt 4 年前
父节点
当前提交
e35ce09017
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      teensy4/usb.c

+ 1
- 0
teensy4/usb.c 查看文件

@@ -3,6 +3,7 @@
#include "usb_desc.h"
#include "usb_serial.h"
#include "usb_seremu.h"
#include "usb_rawhid.h"
#include "usb_keyboard.h"
#include "usb_mouse.h"
#include "usb_joystick.h"

正在加载...
取消
保存