From a78e23d6fb1331a929134b68f1fcced8aeb95dbe Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 19 Apr 2016 13:45:06 +1000 Subject: [PATCH] HAL_Empty: added uartF --- 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 a42c006c2a..62143bb93a 100644 --- a/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp +++ b/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp @@ -31,6 +31,7 @@ HAL_Empty::HAL_Empty() : &uartCDriver, NULL, /* no uartD */ NULL, /* no uartE */ + NULL, /* no uartF */ &i2cDriver, NULL, /* only one i2c */ NULL, /* only one i2c */