소스 검색

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 ...
teensy4-core
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"

Loading…
취소
저장