Skip to content
Snippets Groups Projects
Commit 1652e5ae authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

sht1x: Fix Wimplicit-fallthrough warning

parent 75a194e9
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ static int read(const sht1x_dev_t *dev, int16_t *temp, int16_t *hum)
continue;
case -ECANCELED:
puts("[sht1x] Measurement times out");
/* falls through */
default:
/* Other failure, cannot recover so giving up */
return -1;
......
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