mirror of https://github.com/ArduPilot/ardupilot
Copter: disable toy_mode by default
This commit is contained in:
parent
d1e11a5bde
commit
ce0bcf1adc
|
@ -590,3 +590,7 @@
|
|||
#ifndef CH_MODE_DEFAULT
|
||||
# define CH_MODE_DEFAULT 5
|
||||
#endif
|
||||
|
||||
#ifndef TOY_MODE_ENABLED
|
||||
#define TOY_MODE_ENABLED DISABLED
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue