mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +08:00
Hott driver: Feedback cleanup
This commit is contained in:
@@ -157,7 +157,7 @@ hott_sensors_thread_main(int argc, char *argv[])
|
||||
/* enable UART, writes potentially an empty buffer, but multiplexing is disabled */
|
||||
const int uart = open_uart(device);
|
||||
if (uart < 0) {
|
||||
errx(1, "Failed opening HoTT UART, exiting.");
|
||||
errx(1, "Open fail, exiting.");
|
||||
thread_running = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user