mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 22:18:29 -04:00
AP_Camera: remove build dependant compile
This commit is contained in:
parent
70b02aeadf
commit
9408c5711d
@ -25,7 +25,7 @@
|
|||||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||||
|
|
||||||
#ifndef HAL_RUNCAM_ENABLED
|
#ifndef HAL_RUNCAM_ENABLED
|
||||||
#define HAL_RUNCAM_ENABLED !HAL_MINIMIZE_FEATURES && !APM_BUILD_TYPE(APM_BUILD_Replay)
|
#define HAL_RUNCAM_ENABLED !HAL_MINIMIZE_FEATURES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if HAL_RUNCAM_ENABLED
|
#if HAL_RUNCAM_ENABLED
|
||||||
|
Loading…
Reference in New Issue
Block a user