Change some task priorities in the MingW simulator demo.

This commit is contained in:
Richard Barry 2013-12-20 11:35:16 +00:00
parent 39b2d049a6
commit 0147415c40
4 changed files with 13 additions and 7 deletions

View file

@ -100,11 +100,11 @@
#define configUSE_QUEUE_SETS 1
#define configUSE_TIMERS 1
#define configTIMER_TASK_PRIORITY 2
#define configTIMER_TASK_PRIORITY ( configMAX_PRIORITIES - 1 )
#define configTIMER_QUEUE_LENGTH 20
#define configTIMER_TASK_STACK_DEPTH ( configMINIMAL_STACK_SIZE * 2 )
#define configMAX_PRIORITIES ( 7 )
#define configMAX_PRIORITIES ( 8 )
/* Run time stats gathering definitions. */
unsigned long ulGetRunTimeCounterValue( void );