aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2016-12-04 14:50:34 +0000
committertfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2016-12-04 14:50:34 +0000
commit6eb873e10f3afaaca79e8c8b2fdbaa837a766dfe (patch)
tree1cb919bc4c235f69b45e350a5ebaadffeb32ea05
parent8e3a0d5dee3fa12bde8d70c867788d7c3de3be8e (diff)
downloadChibiOS-6eb873e10f3afaaca79e8c8b2fdbaa837a766dfe.tar.gz
ChibiOS-6eb873e10f3afaaca79e8c8b2fdbaa837a766dfe.tar.bz2
ChibiOS-6eb873e10f3afaaca79e8c8b2fdbaa837a766dfe.zip
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
-rw-r--r--testhal/AVR/EXT/mcuconf.h2
1 files changed, 1 insertions, 1 deletions
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.