AP_HAL_SITL: remove unused from method

This commit is contained in:
Peter Barker 2019-03-20 16:47:39 +11:00 committed by Peter Barker
parent 649130adcb
commit 26c01accb9

View File

@ -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);