From e2618bdc06e5e7201ce7cd71dd472f22e58827d3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 5 Nov 2021 14:17:39 +1100 Subject: [PATCH] AP_HAL_Empty: support up to 9 UARTs --- libraries/AP_HAL_Empty/HAL_Empty_Class.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp b/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp index 7aa24f0957..b2271a7df8 100644 --- a/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp +++ b/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp @@ -34,6 +34,7 @@ HAL_Empty::HAL_Empty() : nullptr, /* no uartG */ nullptr, /* no uartH */ nullptr, /* no uartI */ + nullptr, /* no uartJ */ &spiDeviceManager, &analogIn, &storageDriver,