STM32F4DoorControl/usb.h

5 lines
57 B
C
Raw Normal View History

2021-01-31 18:26:40 +00:00
#ifndef USB_H
#define USB_H
void usb_setup(void);
#endif