Skip to content

Commit 02cb18b

Browse files
committed
PL18U requires specialized datastruct
1 parent 22f05c0 commit 02cb18b

File tree

4 files changed

+916
-1
lines changed

4 files changed

+916
-1
lines changed

radio/src/storage/yaml/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ elseif(PCB STREQUAL PL18)
2929
set(YAML_GEN_OUTPUT storage/yaml/yaml_datastructs_nb4p.cpp)
3030
elseif(PCBREV STREQUAL NV14)
3131
set(YAML_GEN_OUTPUT storage/yaml/yaml_datastructs_nv14_family.cpp)
32+
elseif(PCBREV STREQUAL PL18U)
33+
set(YAML_GEN_OUTPUT storage/yaml/yaml_datastructs_pl18u.cpp)
3234
else()
3335
set(YAML_GEN_OUTPUT storage/yaml/yaml_datastructs_pl18.cpp)
3436
endif()

radio/src/storage/yaml/yaml_datastructs.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
#include "yaml_datastructs_nb4p.cpp"
4242
#elif defined(RADIO_NV14_FAMILY)
4343
#include "yaml_datastructs_nv14_family.cpp"
44+
#elif defined(RADIO_PL18U)
45+
#include "yaml_datastructs_pl18u.cpp"
4446
#else
4547
#include "yaml_datastructs_pl18.cpp"
4648
#endif

0 commit comments

Comments
 (0)