AP_Soaring: move definition of HAL_SOARING_ENABLED to minimise include file

This commit is contained in:
Peter Barker 2022-11-02 20:11:44 +11:00 committed by Peter Barker
parent 8708b5f256
commit 85e5e7181f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef HAL_SOARING_ENABLED
#define HAL_SOARING_ENABLED !HAL_MINIMIZE_FEATURES
#define HAL_SOARING_ENABLED 1
#endif
#if HAL_SOARING_ENABLED