aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-27 15:19:20 +0000
committerutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-27 15:19:20 +0000
commitb874475dd7bd457edbe12b5965ba06a809965b5c (patch)
tree2de43efc29ad575a0ecf407cec766fb0270284bd /demos
parent1076c100ced4eb5b378c50754d1d83eaef37d334 (diff)
downloadChibiOS-b874475dd7bd457edbe12b5965ba06a809965b5c.tar.gz
ChibiOS-b874475dd7bd457edbe12b5965ba06a809965b5c.tar.bz2
ChibiOS-b874475dd7bd457edbe12b5965ba06a809965b5c.zip
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
Diffstat (limited to 'demos')
-rw-r--r--demos/AVR-AT90CANx-GCC/mcuconf.h2
-rw-r--r--demos/AVR-ATmega128-GCC/mcuconf.h2
-rw-r--r--demos/AVR-Arduino-GCC/mcuconf.h2
-rw-r--r--demos/AVR-ArduinoMega-GCC/mcuconf.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/demos/AVR-AT90CANx-GCC/mcuconf.h b/demos/AVR-AT90CANx-GCC/mcuconf.h
index 80ad52283..7aa30ad32 100644
--- a/demos/AVR-AT90CANx-GCC/mcuconf.h
+++ b/demos/AVR-AT90CANx-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.
diff --git a/demos/AVR-ATmega128-GCC/mcuconf.h b/demos/AVR-ATmega128-GCC/mcuconf.h
index 788c7a473..324639526 100644
--- a/demos/AVR-ATmega128-GCC/mcuconf.h
+++ b/demos/AVR-ATmega128-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.
diff --git a/demos/AVR-Arduino-GCC/mcuconf.h b/demos/AVR-Arduino-GCC/mcuconf.h
index 80ad52283..7aa30ad32 100644
--- a/demos/AVR-Arduino-GCC/mcuconf.h
+++ b/demos/AVR-Arduino-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.
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.