aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ATmega128-GCC/mcuconf.h
diff options
context:
space:
mode:
authorefti <efti@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-27 11:28:02 +0000
committerefti <efti@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-27 11:28:02 +0000
commit7880778f170553a2bbb5222d121bc95c6548eb51 (patch)
tree96256076cec60899dea63e229702b143eb8aae05 /demos/AVR-ATmega128-GCC/mcuconf.h
parent848d54b242558cbbfe0e0d2e7b5de405cd203bae (diff)
downloadChibiOS-7880778f170553a2bbb5222d121bc95c6548eb51.tar.gz
ChibiOS-7880778f170553a2bbb5222d121bc95c6548eb51.tar.bz2
ChibiOS-7880778f170553a2bbb5222d121bc95c6548eb51.zip
AVR: improvements and fixes
- HAL prescaler selection logic - Added ADC support - SPI improvements git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5893 35acf78f-673a-0410-8e92-d51de3d6d3f4
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.