We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378a7a3 commit c7a73f2Copy full SHA for c7a73f2
2 files changed
cmake/platform/unix/Platform/CMakeLists.txt
@@ -15,6 +15,7 @@ register_fprime_config(
15
Os_Mutex_Posix
16
Os_Generic_PriorityQueue
17
Os_RawTime_Posix
18
+ Fw_StringFormat_snprintf
19
# No posix API
20
Os_Cpu_Stub
21
Os_Memory_Stub
default/config/CMakeLists.txt
@@ -29,6 +29,4 @@ register_fprime_config(
29
"${CMAKE_CURRENT_LIST_DIR}/StaticMemoryConfig.hpp"
30
"${CMAKE_CURRENT_LIST_DIR}/TlmChanImplCfg.hpp"
31
"${CMAKE_CURRENT_LIST_DIR}/TlmPacketizerCfg.hpp"
32
- CHOOSES_IMPLEMENTATIONS
33
- Fw_StringFormat_snprintf
34
)
0 commit comments