mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-11 13:54:16 -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
|
|
|