mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
ACM: Config.h - added default for toy mixer
This commit is contained in:
parent
cbf4870b00
commit
cd2cf2e431
@ -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