Files
PX4-Autopilot/src/modules
Gustavo Jose de Sousa 955af32b1c systemlib: properly check for MULT_COUNT value
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.
2016-04-18 11:38:28 +02:00
..
2016-04-14 14:28:32 -04:00
2016-04-18 11:15:38 +02:00
2016-04-08 15:51:16 +02:00
2015-10-06 15:20:38 -04:00
2016-04-18 11:07:44 +02:00
2016-04-17 17:56:39 +02:00