aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/PWM/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/PWM/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/PWM/mcuconf.h')
-rw-r--r--testhal/AVR/PWM/mcuconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/AVR/PWM/mcuconf.h b/testhal/AVR/PWM/mcuconf.h
index 86ee11ea2..08691fd56 100644
--- a/testhal/AVR/PWM/mcuconf.h
+++ b/testhal/AVR/PWM/mcuconf.h
@@ -25,5 +25,5 @@
/*
* PWM driver system settings.
*/
-#define AVR_PWM_USE_PWM1 TRUE
-#define AVR_PWM_USE_PWM2 TRUE
+#define AVR_PWM_USE_TIM1 TRUE
+#define AVR_PWM_USE_TIM2 TRUE