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
This commit is contained in:
tfateba 2016-12-04 14:50:34 +00:00
parent 8e3a0d5dee
commit 6eb873e10f
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
/* /*
* I2C driver system settings. * I2C driver system settings.
*/ */
#define AVR_I2C_USE_I2C1 TRUE #define AVR_I2C_USE_I2C1 FALSE
/* /*
* SPI driver system settings. * SPI driver system settings.