aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/GPT/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/AVR/GPT/mcuconf.h')
-rw-r--r--testhal/AVR/GPT/mcuconf.h18
1 files changed, 16 insertions, 2 deletions
diff --git a/testhal/AVR/GPT/mcuconf.h b/testhal/AVR/GPT/mcuconf.h
index 69ec6da52..99f88382a 100644
--- a/testhal/AVR/GPT/mcuconf.h
+++ b/testhal/AVR/GPT/mcuconf.h
@@ -31,10 +31,24 @@
#define AVR_ADC_USE_ADC1 FALSE
/*
+ * EXT drivers system settings.
+ */
+#define AVR_EXT_USE_INT0 FALSE
+#define AVR_EXT_USE_INT1 FALSE
+#define AVR_EXT_USE_INT2 FALSE
+#define AVR_EXT_USE_INT3 FALSE
+#define AVR_EXT_USE_INT4 FALSE
+#define AVR_EXT_USE_INT5 FALSE
+
+/*
* CAN driver system settings.
*/
/*
+ * MAC driver system settings.
+ */
+
+/*
* PWM driver system settings.
*/
#define AVR_PWM_USE_TIM1 FALSE
@@ -54,9 +68,9 @@
/*
* GPT driver system settings.
*/
-#define AVR_GPT_USE_TIM1 TRUE
+#define AVR_GPT_USE_TIM1 FALSE
#define AVR_GPT_USE_TIM2 FALSE
-#define AVR_GPT_USE_TIM3 FALSE
+#define AVR_GPT_USE_TIM3 TRUE
#define AVR_GPT_USE_TIM4 FALSE
#define AVR_GPT_USE_TIM5 FALSE