From: asterix Date: Thu, 12 Jun 2008 10:31:19 +0000 (+0000) Subject: Use likely frequency value for twi. X-Git-Tag: 2.0.0~476 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=3dfbcd866fe02cab414180d87a14e1b63afe0517;hp=c5458f1e197c3a3e9e100a5ed5f6df417bb0a87c;p=bertos.git Use likely frequency value for twi. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1458 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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 */