From b874475dd7bd457edbe12b5965ba06a809965b5c Mon Sep 17 00:00:00 2001 From: utzig Date: Thu, 27 Jun 2013 15:19:20 +0000 Subject: Make AVR I2C config naming more standard git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5901 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/AVR-ArduinoMega-GCC/mcuconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/AVR-ArduinoMega-GCC/mcuconf.h') diff --git a/demos/AVR-ArduinoMega-GCC/mcuconf.h b/demos/AVR-ArduinoMega-GCC/mcuconf.h index 80ad52283..7aa30ad32 100644 --- a/demos/AVR-ArduinoMega-GCC/mcuconf.h +++ b/demos/AVR-ArduinoMega-GCC/mcuconf.h @@ -48,7 +48,7 @@ /* * I2C driver system settings. */ -#define USE_AVR_I2C FALSE +#define AVR_I2C_USE_I2C1 FALSE /* * SPI driver system settings. -- cgit v1.2.3