blink examplpe: Fix FreeRTOSConfig mistake

This commit is contained in:
Angus Gratton 2015-06-17 08:07:26 +10:00
parent 72b61b17f8
commit ad37abda8b

View file

@ -4,8 +4,8 @@
which are otherwise found in FreeRTOS/Source/include/FreeRTOSConfig.h which are otherwise found in FreeRTOS/Source/include/FreeRTOSConfig.h
*/ */
/* We sleep a lot, so pre-emptive multitasking is fine. */ /* We sleep a lot, so cooperative multitasking is fine. */
#define configUSE_PREEMPTION 1 #define configUSE_PREEMPTION 0
/* Blink doesn't really need a lot of stack space! */ /* Blink doesn't really need a lot of stack space! */
#define configMINIMAL_STACK_SIZE 128 #define configMINIMAL_STACK_SIZE 128