mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 13:31:58 -04:00
Remove unused definitions from the Win32 demo main.c file.
This commit is contained in:
parent
bbcdcb0ba1
commit
d50618f375
|
@ -116,13 +116,6 @@
|
||||||
#define mainGEN_QUEUE_TASK_PRIORITY ( tskIDLE_PRIORITY )
|
#define mainGEN_QUEUE_TASK_PRIORITY ( tskIDLE_PRIORITY )
|
||||||
#define mainFLOP_TASK_PRIORITY ( tskIDLE_PRIORITY )
|
#define mainFLOP_TASK_PRIORITY ( tskIDLE_PRIORITY )
|
||||||
|
|
||||||
/* Stack sizes. */
|
|
||||||
#define mainSTDOUT_TASK_STACK_SIZE ( configMINIMAL_STACK_SIZE * 4 )
|
|
||||||
|
|
||||||
/* File scope variables. */
|
|
||||||
static volatile unsigned long ul1 = 0, ul2 = 0;
|
|
||||||
static xQueueHandle xStdoutQueue = NULL;
|
|
||||||
|
|
||||||
/* Task function prototypes. */
|
/* Task function prototypes. */
|
||||||
static void prvCheckTask( void *pvParameters );
|
static void prvCheckTask( void *pvParameters );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue