mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-22 06:21:58 -04:00
9 lines
98 B
C
9 lines
98 B
C
#ifndef USB_DEMO_H
|
|
#define USB_DEMO_H
|
|
|
|
void vUSBDemoTask( void *pvParameters );
|
|
|
|
|
|
#endif
|
|
|