mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_HAL_ChibiOS: correct AP_Filter defines
- checking the build type is very rarely used and definitely not required here - fix boilerplate to conform to normal pattern of including the config header and #if'ing based on the _ENABLED directly after that
This commit is contained in:
parent
da0efa3323
commit
15e0f689c2
@ -388,3 +388,7 @@
|
|||||||
#ifndef AP_ICENGINE_ENABLED
|
#ifndef AP_ICENGINE_ENABLED
|
||||||
#define AP_ICENGINE_ENABLED 0
|
#define AP_ICENGINE_ENABLED 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef AP_FILTER_ENABLED
|
||||||
|
#define AP_FILTER_ENABLED 0
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user