mirror of https://github.com/ArduPilot/ardupilot
HAL_Empty: added uartF
This commit is contained in:
parent
76868dd070
commit
a78e23d6fb
|
@ -31,6 +31,7 @@ HAL_Empty::HAL_Empty() :
|
||||||
&uartCDriver,
|
&uartCDriver,
|
||||||
NULL, /* no uartD */
|
NULL, /* no uartD */
|
||||||
NULL, /* no uartE */
|
NULL, /* no uartE */
|
||||||
|
NULL, /* no uartF */
|
||||||
&i2cDriver,
|
&i2cDriver,
|
||||||
NULL, /* only one i2c */
|
NULL, /* only one i2c */
|
||||||
NULL, /* only one i2c */
|
NULL, /* only one i2c */
|
||||||
|
|
Loading…
Reference in New Issue