diff --git a/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp b/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp index 3b7c570523..e66a323ce9 100644 --- a/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp +++ b/libraries/AP_HAL_Empty/HAL_Empty_Class.cpp @@ -33,6 +33,7 @@ HAL_Empty::HAL_Empty() : nullptr, /* no uartF */ nullptr, /* no uartG */ nullptr, /* no uartH */ + nullptr, /* no uartI */ &spiDeviceManager, &analogIn, &storageDriver,