diff --git a/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp b/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp index 0594b515b3..46d230eaa9 100644 --- a/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp +++ b/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp @@ -27,6 +27,7 @@ HAL_Empty::HAL_Empty() : &uartBDriver, &uartCDriver, NULL, /* no uartD */ + NULL, /* no uartE */ &i2cDriver, &spiDeviceManager, &analogIn,