From 3c6dd23a62b542df066f730bb75848a352bcf3b1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 22 Nov 2013 19:16:14 +1100 Subject: [PATCH] HAL_EMPTY: added uartD --- 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 d234016f5f..0594b515b3 100644 --- a/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp +++ b/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp @@ -26,6 +26,7 @@ HAL_Empty::HAL_Empty() : &uartADriver, &uartBDriver, &uartCDriver, + NULL, /* no uartD */ &i2cDriver, &spiDeviceManager, &analogIn,