mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 11:20:35 +08:00
955af32b1c
Checking with preprocessor directives doesn't have any effect because MULT_COUNT is an enum value rather than a macro. Thus, since MULT_COUNT is undefined from the preprocessor perspective, even if the number of items in `enum MULT_PORTS` (except MULT_COUNT) was greater than 33, the error wouldn't be raised.