mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 09:38:29 -04:00
Copter: disable toy_mode by default
This commit is contained in:
parent
d1e11a5bde
commit
ce0bcf1adc
@ -590,3 +590,7 @@
|
|||||||
#ifndef CH_MODE_DEFAULT
|
#ifndef CH_MODE_DEFAULT
|
||||||
# define CH_MODE_DEFAULT 5
|
# define CH_MODE_DEFAULT 5
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef TOY_MODE_ENABLED
|
||||||
|
#define TOY_MODE_ENABLED DISABLED
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user