Browse Source

HOTFIX: Avoid running out of range on the RC config params

sbg
Lorenz Meier 11 years ago
parent
commit
6d08e9f661
  1. 2
      src/drivers/drv_rc_input.h

2
src/drivers/drv_rc_input.h

@ -60,7 +60,7 @@ @@ -60,7 +60,7 @@
/**
* Maximum number of R/C input channels in the system. S.Bus has up to 18 channels.
*/
#define RC_INPUT_MAX_CHANNELS 20
#define RC_INPUT_MAX_CHANNELS 18
/**
* Input signal type, value is a control position from zero to 100

Loading…
Cancel
Save