2021-11-30 14:51:24 +01:00

9 lines
98 B
C

#ifndef USB_DEMO_H
#define USB_DEMO_H
void vUSBDemoTask( void *pvParameters );
#endif