From 3dfbcd866fe02cab414180d87a14e1b63afe0517 Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 12 Jun 2008 10:31:19 +0000 Subject: [PATCH] Use likely frequency value for twi. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1458 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_twi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/cfg/cfg_twi.h b/bertos/cfg/cfg_twi.h index 9bb012cd..6344c6f9 100644 --- a/bertos/cfg/cfg_twi.h +++ b/bertos/cfg/cfg_twi.h @@ -41,7 +41,7 @@ #define CFG_TWI_H /// Comunication frequency -#define CONFIG_TWI_FREQ 1000000 +#define CONFIG_TWI_FREQ 100000UL #endif /* CFG_TWI_H */ -- 2.25.1