Files
webkeyboard/hid.h
T
2025-05-28 18:16:00 -04:00

7 lines
65 B
C

#ifndef HID_H_
#define HID_H_
int run_hid_device(void);
#endif