AC_Sprayer: set HAL_SPRAYER_ENABLED in minimize_features.inc

This commit is contained in:
Peter Barker 2022-11-01 13:39:21 +11:00 committed by Andrew Tridgell
parent 5865428596
commit 0584809a50
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#define AC_SPRAYER_DEFAULT_SHUT_OFF_DELAY 1000 ///< shut-off delay in milli seconds. This reduces the likelihood of constantly turning on/off the pump
#ifndef HAL_SPRAYER_ENABLED
#define HAL_SPRAYER_ENABLED !HAL_MINIMIZE_FEATURES
#define HAL_SPRAYER_ENABLED 1
#endif
#if HAL_SPRAYER_ENABLED