From 6eb873e10f3afaaca79e8c8b2fdbaa837a766dfe Mon Sep 17 00:00:00 2001 From: tfateba Date: Sun, 4 Dec 2016 14:50:34 +0000 Subject: Remove the i2c activation from the EXT AVR testhal template. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9949 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/AVR/EXT/mcuconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testhal/AVR/EXT/mcuconf.h b/testhal/AVR/EXT/mcuconf.h index 0944ab219..e1ad00fd8 100644 --- a/testhal/AVR/EXT/mcuconf.h +++ b/testhal/AVR/EXT/mcuconf.h @@ -83,7 +83,7 @@ /* * I2C driver system settings. */ -#define AVR_I2C_USE_I2C1 TRUE +#define AVR_I2C_USE_I2C1 FALSE /* * SPI driver system settings. -- cgit v1.2.3