2008-02-13 10:36:35 +00:00

9 lines
98 B
C

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