mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 17:18:28 -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>
|
||||
|
||||
#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
|
||||
|
||||
#if HAL_RUNCAM_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user