mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_HAL_ChibiOS: add and use AP_VIDEOTX_ENABLED
This commit is contained in:
parent
b8ace06077
commit
3a604ecfdf
@ -3030,6 +3030,10 @@ def add_iomcu_firmware_defaults(f):
|
||||
#ifndef AP_INERTIALSENSOR_ENABLED
|
||||
#define AP_INERTIALSENSOR_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef AP_VIDEOTX_ENABLED
|
||||
#define AP_VIDEOTX_ENABLED 0
|
||||
#endif
|
||||
''')
|
||||
|
||||
def add_normal_firmware_defaults(f):
|
||||
|
@ -149,4 +149,7 @@ define AP_INERTIALSENSOR_BATCHSAMPLER_ENABLED 0
|
||||
define EK3_FEATURE_EXTERNAL_NAV 0
|
||||
define EK3_FEATURE_BODY_ODOM 0
|
||||
|
||||
// video on SkyViper is via the Sonix
|
||||
define AP_VIDEOTX_ENABLED 0
|
||||
|
||||
AUTOBUILD_TARGETS Copter
|
||||
|
Loading…
Reference in New Issue
Block a user