Fix #472
This commit is contained in:
parent
a0f846013c
commit
625ab3cc56
2 changed files with 23 additions and 5 deletions
12
examples/sysparam_editor/FreeRTOSConfig.h
Normal file
12
examples/sysparam_editor/FreeRTOSConfig.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/* Terminal FreeRTOSConfig overrides.
|
||||
|
||||
This is intended as an example of overriding some of the default FreeRTOSConfig settings,
|
||||
which are otherwise found in FreeRTOS/Source/include/FreeRTOSConfig.h
|
||||
*/
|
||||
|
||||
/* The serial driver depends on counting semaphores */
|
||||
#define configUSE_COUNTING_SEMAPHORES 1
|
||||
|
||||
/* Use the defaults for everything else */
|
||||
#include_next<FreeRTOSConfig.h>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue