diff options
Diffstat (limited to 'testhal/AVR/GPT')
-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
|