mirror of https://github.com/ArduPilot/ardupilot
HAL_Empty: support uartG
This commit is contained in:
parent
0a5d287326
commit
4ff57bd512
|
@ -30,6 +30,7 @@ HAL_Empty::HAL_Empty() :
|
||||||
nullptr, /* no uartD */
|
nullptr, /* no uartD */
|
||||||
nullptr, /* no uartE */
|
nullptr, /* no uartE */
|
||||||
nullptr, /* no uartF */
|
nullptr, /* no uartF */
|
||||||
|
nullptr, /* no uartG */
|
||||||
&spiDeviceManager,
|
&spiDeviceManager,
|
||||||
&analogIn,
|
&analogIn,
|
||||||
&storageDriver,
|
&storageDriver,
|
||||||
|
|
Loading…
Reference in New Issue