sync
This commit is contained in:
8
firmware/include/usb.h
Normal file
8
firmware/include/usb.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef USB_H_
|
||||
#define USB_H_
|
||||
|
||||
int usb_init(void);
|
||||
void usb_wait_for_dtr(void);
|
||||
bool usb_dtr_active(void);
|
||||
|
||||
#endif /* USB_H_ */
|
||||
Reference in New Issue
Block a user