Skip to content

Commit

Permalink
disable not used condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjjjjjjj committed Jan 20, 2025
1 parent cf0921b commit 5466309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/pulses/pulses.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ inline bool isModuleInRangeCheckMode()
if (moduleState[0].mode == MODULE_MODE_RANGECHECK)
return true;

#if NUM_MODULES > 1
#if NUM_MODULES > 1 && !defined(PCBI6X)
if (moduleState[1].mode == MODULE_MODE_RANGECHECK)
return true;
#endif
Expand Down

0 comments on commit 5466309

Please sign in to comment.