mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL: define CH_NONE
for servos not connected to a channel
This commit is contained in:
parent
53fc095d4c
commit
163783fefd
@ -25,6 +25,7 @@
|
||||
#define CH_16 15
|
||||
#define CH_17 16
|
||||
#define CH_18 17
|
||||
#define CH_NONE 255
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user