AP_Camera: set HAL_RUNCAM_ENABLED in minimize_features.inc

This commit is contained in:
Peter Barker 2022-11-01 13:50:12 +11:00 committed by Andrew Tridgell
parent a3bfc49ab1
commit 9d517f86f5

View File

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