Skip to content

Commit

Permalink
fix: supported internal module for monochrome radios w/ ISRM (#5236)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcoeffic authored Jul 1, 2024
1 parent 4d29d5d commit 0aee0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/targets/taranis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ endif()

if(INTERNAL_MODULE_SERIAL)

if("${PCBREV}" STREQUAL 2019 OR "${PCBREV}" STREQUAL ACCESS)
if(DEFAULT_INTERNAL_MODULE STREQUAL ISRM_PXX2)
# defines existing internal modules
set(INTERNAL_MODULES PXX2 CACHE STRING "Internal modules")
else()
Expand Down

0 comments on commit 0aee0dd

Please sign in to comment.