STM32F4DoorControl/usb.h
2021-01-31 19:26:40 +01:00

5 lines
57 B
C

#ifndef USB_H
#define USB_H
void usb_setup(void);
#endif