summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@atticmac.backdown.james.local>2021-01-24 20:09:00 +0000
committerroot <root@atticmac.backdown.james.local>2021-01-24 20:09:00 +0000
commit74b8348ac8e37ef4ca5d98f4f782c382401f96d7 (patch)
treed8a04d45a2d66511e42391c5ae93d2291204a3a3
parentfcafd1abdc198b1f70144ac29c78a005d2846b8e (diff)
downloadheating-74b8348ac8e37ef4ca5d98f4f782c382401f96d7.tar.gz
heating-74b8348ac8e37ef4ca5d98f4f782c382401f96d7.tar.bz2
heating-74b8348ac8e37ef4ca5d98f4f782c382401f96d7.zip
AWU needs time for the uart to stabalize
-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);
}
}