aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/ICU/mcuconf.h
diff options
context:
space:
mode:
authorutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-08 22:26:33 +0000
committerutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-07-08 22:26:33 +0000
commit9970f28cb9a705c7b502c4cf95f2dffb39b7164f (patch)
tree43e1f997e74ac193a5505513d384c58a98622689 /testhal/AVR/ICU/mcuconf.h
parentfc67bfe7e4d8c541bc9426d67d06a1bbc7f8bced (diff)
downloadChibiOS-9970f28cb9a705c7b502c4cf95f2dffb39b7164f.tar.gz
ChibiOS-9970f28cb9a705c7b502c4cf95f2dffb39b7164f.tar.bz2
ChibiOS-9970f28cb9a705c7b502c4cf95f2dffb39b7164f.zip
[AVR] use better defines for timer based drivers
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5943 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/AVR/ICU/mcuconf.h')
-rw-r--r--testhal/AVR/ICU/mcuconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/AVR/ICU/mcuconf.h b/testhal/AVR/ICU/mcuconf.h
index d89ff2b45..04fb731b0 100644
--- a/testhal/AVR/ICU/mcuconf.h
+++ b/testhal/AVR/ICU/mcuconf.h
@@ -23,4 +23,4 @@
*/
#define AVR_SERIAL_USE_USART0 TRUE
-#define AVR_ICU_USE_ICU3 TRUE
+#define AVR_ICU_USE_TIM3 TRUE