Skip to content
Snippets Groups Projects
Commit 12dd9b47 authored by Daniel Agar's avatar Daniel Agar Committed by Lorenz Meier
Browse files

tfmini add missing PX4_ERR argument

parent 323ba9f8
No related branches found
No related tags found
No related merge requests found
......@@ -734,7 +734,7 @@ start(const char *port, uint8_t rotation)
fd = px4_open(RANGE_FINDER0_DEVICE_PATH, O_RDONLY);
if (fd < 0) {
PX4_ERR("Opening device '%s' failed");
PX4_ERR("Opening device '%s' failed", port);
goto fail;
}
......
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