mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-11 13:54:16 -04:00
Rename sample configuration to template configuration (#927)
* Rename sample configuration to template configuration * Rename sample configuration to template configuration in cmake example file
This commit is contained in:
parent
553b0ad5d3
commit
b0439d3283
5 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ add_library(freertos_config INTERFACE)
|
|||
|
||||
target_include_directories(freertos_config
|
||||
INTERFACE
|
||||
"../sample_configuration"
|
||||
"../template_configuration"
|
||||
)
|
||||
|
||||
if (DEFINED FREERTOS_SMP_EXAMPLE AND FREERTOS_SMP_EXAMPLE STREQUAL "1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue