mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
A recent change in the FreeRTOS/FreeRTOS hub repo (which submodules this repo) introduced use of a new compile time constant configRUN_ADDITIONAL_TESTS. This check in adds a default for the constant that will be used in builds to which it does not apply. (#266)
This commit is contained in:
parent
9706a69850
commit
086d52f9d3
1 changed files with 5 additions and 0 deletions
|
@ -1059,6 +1059,11 @@
|
||||||
#define configRUN_FREERTOS_SECURE_ONLY 0
|
#define configRUN_FREERTOS_SECURE_ONLY 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef configRUN_ADDITIONAL_TESTS
|
||||||
|
#define configRUN_ADDITIONAL_TESTS 0
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Sometimes the FreeRTOSConfig.h settings only allow a task to be created using
|
/* Sometimes the FreeRTOSConfig.h settings only allow a task to be created using
|
||||||
* dynamically allocated RAM, in which case when any task is deleted it is known
|
* dynamically allocated RAM, in which case when any task is deleted it is known
|
||||||
* that both the task's stack and TCB need to be freed. Sometimes the
|
* that both the task's stack and TCB need to be freed. Sometimes the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue