mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Copter: disable RPM meter on v2 boards to save flash space
This commit is contained in:
parent
eb026eef98
commit
e239ac985d
@ -244,7 +244,7 @@
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// rotations per minute sensor support
|
||||
#ifndef RPM_ENABLED
|
||||
# define RPM_ENABLED ENABLED
|
||||
# define RPM_ENABLED !HAL_MINIMIZE_FEATURES
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user