mirror of https://github.com/ArduPilot/ardupilot
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 uartH */
|
||||
nullptr, /* no uartI */
|
||||
nullptr, /* no uartJ */
|
||||
&spiDeviceManager,
|
||||
&analogIn,
|
||||
&storageDriver,
|
||||
|
|
Loading…
Reference in New Issue