Browse Source

HAL_Empty: added uartF

master
Andrew Tridgell 9 years ago
parent
commit
a78e23d6fb
  1. 1
      libraries/AP_HAL_Empty/HAL_Empty_Class.cpp

1
libraries/AP_HAL_Empty/HAL_Empty_Class.cpp

@ -31,6 +31,7 @@ HAL_Empty::HAL_Empty() : @@ -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…
Cancel
Save