mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL_Linux: close() console in dtor
This commit is contained in:
parent
e7a5945056
commit
0ca635bfb8
@ -14,6 +14,7 @@ ConsoleDevice::ConsoleDevice()
|
||||
|
||||
ConsoleDevice::~ConsoleDevice()
|
||||
{
|
||||
close();
|
||||
}
|
||||
|
||||
bool ConsoleDevice::close()
|
||||
|
Loading…
Reference in New Issue
Block a user