Browse Source

HAL_Empty: added uartH

master
Andrew Tridgell 6 years ago
parent
commit
4e560a4ae5
  1. 1
      libraries/AP_HAL_Empty/HAL_Empty_Class.cpp

1
libraries/AP_HAL_Empty/HAL_Empty_Class.cpp

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

Loading…
Cancel
Save