From 4e560a4ae55c32d12bd7c744bfb15130c2cd40c5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 12 Jul 2019 14:58:19 +1000 Subject: [PATCH] HAL_Empty: added uartH --- 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 bebca5d03b..484feb45aa 100644 --- a/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp +++ b/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp @@ -32,6 +32,7 @@ HAL_Empty::HAL_Empty() : nullptr, /* no uartE */ nullptr, /* no uartF */ nullptr, /* no uartG */ + nullptr, /* no uartH */ &spiDeviceManager, &analogIn, &storageDriver,