Browse Source

AP_HAL_Empty: support up to 9 UARTs

gps-1.3.1
Andrew Tridgell 3 years ago committed by Peter Barker
parent
commit
e2618bdc06
  1. 1
      libraries/AP_HAL_Empty/HAL_Empty_Class.cpp

1
libraries/AP_HAL_Empty/HAL_Empty_Class.cpp

@ -34,6 +34,7 @@ HAL_Empty::HAL_Empty() : @@ -34,6 +34,7 @@ HAL_Empty::HAL_Empty() :
nullptr, /* no uartG */
nullptr, /* no uartH */
nullptr, /* no uartI */
nullptr, /* no uartJ */
&spiDeviceManager,
&analogIn,
&storageDriver,

Loading…
Cancel
Save