2008-02-17 18:29:03 +00:00

9 lines
98 B
C

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