You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
153 B
C
11 lines
153 B
C
12 years ago
|
#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
|