8 lines
55 B
C
8 lines
55 B
C
|
#ifndef HID_H
|
||
|
#define HID_H
|
||
|
|
||
|
|
||
|
void hid_main();
|
||
|
|
||
|
#endif
|