diff --git a/drivers/sht1x/sht1x_saul.c b/drivers/sht1x/sht1x_saul.c index 7c0abd92551c7178b4da06e173c908aafe42b785..50c52eea90ac93b79eed1f151688f7a755f4dfe5 100644 --- a/drivers/sht1x/sht1x_saul.c +++ b/drivers/sht1x/sht1x_saul.c @@ -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;