mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -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:
parent
4d171ec19a
commit
217433ee16
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user