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
1 changed files with 1 additions and 0 deletions

View File

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