Skip to content
Snippets Groups Projects
Commit 6820eb7a authored by Lorenz Meier's avatar Lorenz Meier Committed by Lorenz Meier
Browse files

MS5611: Less chatty boot

parent dd6d1136
No related branches found
No related tags found
No related merge requests found
...@@ -1004,7 +1004,7 @@ start(enum MS5611_BUS busid, enum MS56XX_DEVICE_TYPES device_type) ...@@ -1004,7 +1004,7 @@ start(enum MS5611_BUS busid, enum MS56XX_DEVICE_TYPES device_type)
} }
if (!started) { if (!started) {
errx(1, "driver start failed"); exit(1);
} }
// one or more drivers started OK // one or more drivers started OK
......
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