From 716916034a4acd36e8fa2cc9cbd506e1b607831c Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 14 Jan 2025 20:15:26 +1100 Subject: [PATCH] AP_HAL_ChibiOS: remove code for sending of BATTERY2 message --- libraries/AP_HAL_ChibiOS/hwdef/skyviper-v2450/hwdef.dat | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/skyviper-v2450/hwdef.dat b/libraries/AP_HAL_ChibiOS/hwdef/skyviper-v2450/hwdef.dat index 79e3fc7b6b..ab18a6c71a 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/skyviper-v2450/hwdef.dat +++ b/libraries/AP_HAL_ChibiOS/hwdef/skyviper-v2450/hwdef.dat @@ -209,7 +209,6 @@ define AP_SCRIPTING_ENABLED 0 // SkyViper does not have a second battery.... define AP_BATT_MONITOR_MAX_INSTANCES 1 -define AP_MAVLINK_BATTERY2_ENABLED 0 # SkyViper doesn't use the Plane landing library: define HAL_LANDING_DEEPSTALL_ENABLED 0