2008-03-07 11:16:23 +00:00

9 lines
98 B
C

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