AP_HAL_Linux: UARTDriver remove unused field and tabs

This commit is contained in:
Mirko Denecke 2019-07-22 00:36:13 +02:00 committed by Tom Pittenger
parent 633eb11bfd
commit bb7f80b452

View File

@ -83,7 +83,6 @@ private:
void _deallocate_buffers();
AP_HAL::OwnPtr<SerialDevice> _parseDevicePath(const char *arg);
uint64_t _last_write_time;
// timestamp for receiving data on the UART, avoiding a lock
uint64_t _receive_timestamp[2];