Copter: disable toy_mode by default

This commit is contained in:
Andrew Tridgell 2017-04-10 18:39:10 +10:00
parent d1e11a5bde
commit ce0bcf1adc
1 changed files with 4 additions and 0 deletions

View File

@ -590,3 +590,7 @@
#ifndef CH_MODE_DEFAULT
# define CH_MODE_DEFAULT 5
#endif
#ifndef TOY_MODE_ENABLED
#define TOY_MODE_ENABLED DISABLED
#endif