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,
|
||||
NULL, /* no uartD */
|
||||
NULL, /* no uartE */
|
||||
NULL, /* no uartF */
|
||||
&i2cDriver,
|
||||
NULL, /* only one i2c */
|
||||
NULL, /* only one i2c */
|
||||
|
|
Loading…
Reference in New Issue