blink examplpe: Fix FreeRTOSConfig mistake
This commit is contained in:
parent
72b61b17f8
commit
ad37abda8b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue