summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--humidity_sensors/app/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/humidity_sensors/app/main.c b/humidity_sensors/app/main.c
index d7f5908..6f15cdf 100644
--- a/humidity_sensors/app/main.c
+++ b/humidity_sensors/app/main.c
@@ -25,6 +25,8 @@ main (void)
sht20_reset();
}
+ delay_ms(10);
halt();
+ delay_ms(10);
}
}