AP_HAL_Empty: support up to 9 UARTs

This commit is contained in:
Andrew Tridgell 2021-11-05 14:17:39 +11:00 committed by Peter Barker
parent fc6a82de1b
commit e2618bdc06

View File

@ -34,6 +34,7 @@ HAL_Empty::HAL_Empty() :
nullptr, /* no uartG */ nullptr, /* no uartG */
nullptr, /* no uartH */ nullptr, /* no uartH */
nullptr, /* no uartI */ nullptr, /* no uartI */
nullptr, /* no uartJ */
&spiDeviceManager, &spiDeviceManager,
&analogIn, &analogIn,
&storageDriver, &storageDriver,