AP_HAL: define CH_NONE

for servos not connected to a channel
This commit is contained in:
Andrew Tridgell 2016-05-26 16:26:30 +10:00
parent 53fc095d4c
commit 163783fefd

View File

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