Copter: winch enabled with hal-minimize-features

This commit is contained in:
Randy Mackay 2020-07-27 11:09:22 +09:00
parent 54b714a24e
commit a2224f066a

View File

@ -237,7 +237,7 @@
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
// winch support // winch support
#ifndef WINCH_ENABLED #ifndef WINCH_ENABLED
# define WINCH_ENABLED DISABLED # define WINCH_ENABLED !HAL_MINIMIZE_FEATURES
#endif #endif
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////