mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-27 02:58: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
|
||||
# define TOY_EDF DISABLED
|
||||
#endif
|
||||
#ifndef TOY_MIXER
|
||||
# define TOY_MIXER TOY_LINEAR_MIXER
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user