aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/ADC
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/AVR/ADC')
-rw-r--r--testhal/AVR/ADC/mcuconf.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/testhal/AVR/ADC/mcuconf.h b/testhal/AVR/ADC/mcuconf.h
index ddf6cc3fe..2badb7022 100644
--- a/testhal/AVR/ADC/mcuconf.h
+++ b/testhal/AVR/ADC/mcuconf.h
@@ -31,6 +31,16 @@
#define AVR_ADC_USE_ADC1 TRUE
/*
+ * 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.
*/