Browse Source

AP_HAL_Linux: UARTDriver remove unused field and tabs

master
Mirko Denecke 6 years ago committed by Tom Pittenger
parent
commit
bb7f80b452
  1. 1
      libraries/AP_HAL_Linux/UARTDriver.h

1
libraries/AP_HAL_Linux/UARTDriver.h

@ -83,7 +83,6 @@ private: @@ -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];

Loading…
Cancel
Save