Skip to content
Snippets Groups Projects
Commit 06aa3fce authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Hott driver: Feedback cleanup

parent eefad621
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment