From 610d04623bc51885df3e0f8269cf100a293602d2 Mon Sep 17 00:00:00 2001 From: muramura Date: Tue, 24 Sep 2024 18:42:25 +0900 Subject: [PATCH] AP_BattMonitor: Set the number of battery monitors to the supported number --- libraries/AP_BattMonitor/AP_BattMonitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/AP_BattMonitor/AP_BattMonitor.h b/libraries/AP_BattMonitor/AP_BattMonitor.h index 0b55e2846dd917..cfe8ab72988f8a 100644 --- a/libraries/AP_BattMonitor/AP_BattMonitor.h +++ b/libraries/AP_BattMonitor/AP_BattMonitor.h @@ -13,7 +13,7 @@ // maximum number of battery monitors #ifndef AP_BATT_MONITOR_MAX_INSTANCES -#define AP_BATT_MONITOR_MAX_INSTANCES 9 +#define AP_BATT_MONITOR_MAX_INSTANCES 16 #endif // first monitor is always the primary monitor