Copter: disable RPM meter on v2 boards to save flash space

This commit is contained in:
Randy Mackay 2018-07-28 15:00:47 +09:00
parent eb026eef98
commit e239ac985d

View File

@ -244,7 +244,7 @@
//////////////////////////////////////////////////////////////////////////////
// rotations per minute sensor support
#ifndef RPM_ENABLED
# define RPM_ENABLED ENABLED
# define RPM_ENABLED !HAL_MINIMIZE_FEATURES
#endif
//////////////////////////////////////////////////////////////////////////////