diff options
author | utzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-08 22:26:33 +0000 |
---|---|---|
committer | utzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-08 22:26:33 +0000 |
commit | 9970f28cb9a705c7b502c4cf95f2dffb39b7164f (patch) | |
tree | 43e1f997e74ac193a5505513d384c58a98622689 /testhal/AVR/GPT/mcuconf.h | |
parent | fc67bfe7e4d8c541bc9426d67d06a1bbc7f8bced (diff) | |
download | ChibiOS-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/GPT/mcuconf.h')
-rw-r--r-- | testhal/AVR/GPT/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/AVR/GPT/mcuconf.h b/testhal/AVR/GPT/mcuconf.h index 3ae39424c..b41750c94 100644 --- a/testhal/AVR/GPT/mcuconf.h +++ b/testhal/AVR/GPT/mcuconf.h @@ -31,5 +31,5 @@ * GPT driver system settings.
*/
-#define AVR_GPT_USE_GPT1 TRUE
-#define AVR_GPT_USE_GPT2 TRUE
+#define AVR_GPT_USE_TIM1 TRUE
+#define AVR_GPT_USE_TIM2 TRUE
|