From 6198c924e4c30a678effb2fe706cb0ae2d1f5cc5 Mon Sep 17 00:00:00 2001 From: Oliver Hahm Date: Thu, 4 Nov 2010 13:59:57 +0100 Subject: [PATCH] * decreased timing for sht11 (as fix for hwtimer_wait issue) --- drivers/include/sht11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/include/sht11.h b/drivers/include/sht11.h index 71e7e8bac1..d929a2ecb5 100644 --- a/drivers/include/sht11.h +++ b/drivers/include/sht11.h @@ -51,7 +51,7 @@ and the mailinglist (subscription via web site) #define SHT11_RESET (0x1E) //000 1111 0 /* time to wait after toggling the data line */ -#define SHT11_DATA_WAIT (HWTIMER_TICKS(5)) +#define SHT11_DATA_WAIT (HWTIMER_TICKS(1)) /* time to wait after toggling the clock line */ #define SHT11_CLK_WAIT (HWTIMER_TICKS(1))