mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
AP_HAL_Linux: UARTDriver remove unused field and tabs
This commit is contained in:
parent
633eb11bfd
commit
bb7f80b452
@ -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…
Reference in New Issue
Block a user