aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ArduinoMega-GCC/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR-ArduinoMega-GCC/mcuconf.h')
-rw-r--r--demos/AVR-ArduinoMega-GCC/mcuconf.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/demos/AVR-ArduinoMega-GCC/mcuconf.h b/demos/AVR-ArduinoMega-GCC/mcuconf.h
index 66f346fc0..ea38d4385 100644
--- a/demos/AVR-ArduinoMega-GCC/mcuconf.h
+++ b/demos/AVR-ArduinoMega-GCC/mcuconf.h
@@ -41,9 +41,15 @@
/*
* SERIAL driver system settings.
*/
-#define USE_AVR_USART0 TRUE
-#define USE_AVR_USART1 FALSE
+#define AVR_SERIAL_USE_USART0 TRUE
+#define AVR_SERIAL_USE_USART1 FALSE
+
+/*
+ * I2C driver system settings.
+ */
+#define USE_AVR_I2C FALSE
/*
* SPI driver system settings.
*/
+#define USE_AVR_SPI FALSE