Browse Source

HAL_Empty: support uartG

master
Andrew Tridgell 7 years ago
parent
commit
4ff57bd512
  1. 1
      libraries/AP_HAL_Empty/HAL_Empty_Class.cpp

1
libraries/AP_HAL_Empty/HAL_Empty_Class.cpp

@ -30,6 +30,7 @@ HAL_Empty::HAL_Empty() : @@ -30,6 +30,7 @@ HAL_Empty::HAL_Empty() :
nullptr, /* no uartD */
nullptr, /* no uartE */
nullptr, /* no uartF */
nullptr, /* no uartG */
&spiDeviceManager,
&analogIn,
&storageDriver,

Loading…
Cancel
Save