Skip to content

Commit

Permalink
fix: Also patch conversion for X9LiteS/XLiteS
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Jan 24, 2022
1 parent 1cef3fb commit 338d4d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radio/src/storage/conversions/yaml/yaml_datastructs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ namespace yaml_conv_220 {
#else
#include "yaml_datastructs_x7.cpp"
#endif
#elif defined(PCBX9LITE)
#elif defined(PCBX9LITE) && !defined(PCBX9LITES)
#include "yaml_datastructs_x9lite.cpp"
#elif defined(PCBX9LITES)
#include "yaml_datastructs_x9lites.cpp"
#elif defined(PCBXLITE)
#elif defined(PCBXLITE) && !defined(PCBXLITES)
#include "yaml_datastructs_xlite.cpp"
#elif defined(PCBXLITES)
#include "yaml_datastructs_xlites.cpp"
Expand Down

0 comments on commit 338d4d2

Please sign in to comment.