mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-31 16:34:15 -04:00
8 lines
98 B
C
8 lines
98 B
C
#ifndef USB_DEMO_H
|
|
#define USB_DEMO_H
|
|
|
|
void vUSBDemoTask( void *pvParameters );
|
|
|
|
|
|
#endif
|
|
|