mirror of https://github.com/ArduPilot/ardupilot
AP_Mount: use minimize_features.inc for more features
This commit is contained in:
parent
0ff0a30d03
commit
cd472b8f52
|
@ -3,7 +3,7 @@
|
|||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
|
||||
#ifndef HAL_MOUNT_ENABLED
|
||||
#define HAL_MOUNT_ENABLED !HAL_MINIMIZE_FEATURES
|
||||
#define HAL_MOUNT_ENABLED 1
|
||||
#endif
|
||||
|
||||
#define AP_MOUNT_BACKEND_DEFAULT_ENABLED HAL_MOUNT_ENABLED
|
||||
|
|
Loading…
Reference in New Issue