aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ATmega128-GCC/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR-ATmega128-GCC/mcuconf.h')
-rw-r--r--demos/AVR-ATmega128-GCC/mcuconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/AVR-ATmega128-GCC/mcuconf.h b/demos/AVR-ATmega128-GCC/mcuconf.h
index d3c05d25b..146f6a210 100644
--- a/demos/AVR-ATmega128-GCC/mcuconf.h
+++ b/demos/AVR-ATmega128-GCC/mcuconf.h
@@ -41,8 +41,8 @@
/*
* SERIAL driver system settings.
*/
-#define USE_AVR_USART0 FALSE
-#define USE_AVR_USART1 TRUE
+#define AVR_SERIAL_USE_USART0 FALSE
+#define AVR_SERIAL_USE_USART1 TRUE
/*
* SPI driver system settings.