Browse Source

AP_HAL_SITL: remove unused from method

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
26c01accb9
  1. 4
      libraries/AP_HAL_SITL/UARTDriver.h

4
libraries/AP_HAL_SITL/UARTDriver.h

@ -22,10 +22,6 @@ public: @@ -22,10 +22,6 @@ public:
_listen_fd = -1;
}
static UARTDriver *from(AP_HAL::UARTDriver *uart) {
return static_cast<UARTDriver*>(uart);
}
/* Implementations of UARTDriver virtual methods */
void begin(uint32_t b) override {
begin(b, 0, 0);

Loading…
Cancel
Save