5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-06 07:58:28 -04:00

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 uartG */
nullptr, /* no uartH */
nullptr, /* no uartI */
&spiDeviceManager,
&analogIn,
&storageDriver,