AP_HAL_Empty: support uartI, allowing a total of 9 uarts

this allows for OTG2 on the MatekH743 board, which makes SLCAN much
easier
This commit is contained in:
Andrew Tridgell 2020-11-26 17:48:59 +11:00
parent 4d171ec19a
commit 217433ee16

View File

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