mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-06-20 18:13:45 +02:00
9 lines
98 B
C
9 lines
98 B
C
#ifndef USB_DEMO_H
|
|
#define USB_DEMO_H
|
|
|
|
void vUSBDemoTask( void *pvParameters );
|
|
|
|
|
|
#endif
|
|
|