mirror of https://github.com/ArduPilot/ardupilot
HAL_EMPTY: added uartD
This commit is contained in:
parent
18eadfd69e
commit
5e980a5b49
|
@ -26,6 +26,7 @@ HAL_Empty::HAL_Empty() :
|
|||
&uartADriver,
|
||||
&uartBDriver,
|
||||
&uartCDriver,
|
||||
NULL, /* no uartD */
|
||||
&i2cDriver,
|
||||
&spiDeviceManager,
|
||||
&analogIn,
|
||||
|
|
Loading…
Reference in New Issue