Browse Source

AP_HAL: define CH_NONE

for servos not connected to a channel
mission-4.1.18
Andrew Tridgell 9 years ago
parent
commit
163783fefd
  1. 1
      libraries/AP_HAL/RCOutput.h

1
libraries/AP_HAL/RCOutput.h

@ -25,6 +25,7 @@ @@ -25,6 +25,7 @@
#define CH_16 15
#define CH_17 16
#define CH_18 17
#define CH_NONE 255
#endif

Loading…
Cancel
Save