mirror of https://github.com/ArduPilot/ardupilot
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:
parent
4d171ec19a
commit
217433ee16
|
@ -33,6 +33,7 @@ HAL_Empty::HAL_Empty() :
|
|||
nullptr, /* no uartF */
|
||||
nullptr, /* no uartG */
|
||||
nullptr, /* no uartH */
|
||||
nullptr, /* no uartI */
|
||||
&spiDeviceManager,
|
||||
&analogIn,
|
||||
&storageDriver,
|
||||
|
|
Loading…
Reference in New Issue