1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
tmk_keyboard_custom/vusb/host_vusb.h
2011-02-22 03:09:05 +09:00

7 lines
85 B
C

#ifndef HOST_VUSB_H
#define HOST_VUSB_H
void host_vusb_keyboard_send(void);
#endif