usb_hid.h 153 B

12345678910
  1. #ifndef USB_HID_H
  2. #define USB_HID_H
  3. #include "report.h"
  4. extern report_keyboard_t usb_hid_keyboard_report;
  5. extern uint16_t usb_hid_time_stamp;
  6. #endif