mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_HAL_Empty: support up to 9 UARTs
This commit is contained in:
parent
fc6a82de1b
commit
e2618bdc06
@ -34,6 +34,7 @@ HAL_Empty::HAL_Empty() :
|
|||||||
nullptr, /* no uartG */
|
nullptr, /* no uartG */
|
||||||
nullptr, /* no uartH */
|
nullptr, /* no uartH */
|
||||||
nullptr, /* no uartI */
|
nullptr, /* no uartI */
|
||||||
|
nullptr, /* no uartJ */
|
||||||
&spiDeviceManager,
|
&spiDeviceManager,
|
||||||
&analogIn,
|
&analogIn,
|
||||||
&storageDriver,
|
&storageDriver,
|
||||||
|
Loading…
Reference in New Issue
Block a user