Browse Source

px4iofirmware: removed unused PX4IO_P_CONFIG_CONTROL_GROUP_COUNT

sbg
Andrew Tridgell 9 years ago committed by Lorenz Meier
parent
commit
9daf6c336b
  1. 1
      src/modules/px4iofirmware/protocol.h

1
src/modules/px4iofirmware/protocol.h

@ -93,7 +93,6 @@ @@ -93,7 +93,6 @@
#define PX4IO_P_CONFIG_RC_INPUT_COUNT 6 /* hardcoded max R/C input count supported */
#define PX4IO_P_CONFIG_ADC_INPUT_COUNT 7 /* hardcoded max ADC inputs */
#define PX4IO_P_CONFIG_RELAY_COUNT 8 /* hardcoded # of relay outputs */
#define PX4IO_P_CONFIG_CONTROL_GROUP_COUNT 8 /**< hardcoded # of control groups*/
/* dynamic status page */
#define PX4IO_PAGE_STATUS 1

Loading…
Cancel
Save