2012-08-11 21:34:11 +00:00

9 lines
98 B
C

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