mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-28 19:48:31 -04:00
ACM: Config.h - added default for toy mixer
This commit is contained in:
parent
770956a3fd
commit
3ee2fd3fb6
@ -79,6 +79,10 @@
|
|||||||
#ifndef TOY_EDF
|
#ifndef TOY_EDF
|
||||||
# define TOY_EDF DISABLED
|
# define TOY_EDF DISABLED
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef TOY_MIXER
|
||||||
|
# define TOY_MIXER TOY_LINEAR_MIXER
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user