usb_hid: Fix timer size uint16_t to uint32_t;
This commit is contained in:
parent
b17f52ebe1
commit
c77c5043a1
8 changed files with 66 additions and 17 deletions
10
protocol/usb_hid/usb_hid.h
Normal file
10
protocol/usb_hid/usb_hid.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef USB_HID_H
|
||||
#define USB_HID_H
|
||||
|
||||
#include "report.h"
|
||||
|
||||
|
||||
extern report_keyboard_t usb_hid_keyboard_report;
|
||||
extern uint16_t usb_hid_time_stamp;
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue