aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/I2C/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/I2C/main.c')
-rw-r--r--testhal/STM32/I2C/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/I2C/main.c b/testhal/STM32/I2C/main.c
index 860e179d4..793f73f49 100644
--- a/testhal/STM32/I2C/main.c
+++ b/testhal/STM32/I2C/main.c
@@ -36,7 +36,7 @@ static msg_t PollTmp75Thread(void *arg) {
systime_t time = chTimeNow();
while (TRUE) {
- time += MS2ST(1000);
+ time += MS2ST(1001);
/* Call reading function */
request_temperature();
chThdSleepUntil(time);