aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/ICU
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/AVR/ICU')
-rw-r--r--testhal/AVR/ICU/mcuconf.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/testhal/AVR/ICU/mcuconf.h b/testhal/AVR/ICU/mcuconf.h
index 721e0d900..5b0daebee 100644
--- a/testhal/AVR/ICU/mcuconf.h
+++ b/testhal/AVR/ICU/mcuconf.h
@@ -31,6 +31,21 @@
#define AVR_ADC_USE_ADC1 FALSE
/*
+ * PCINT driver system settings.
+ */
+#define AVR_EXT_USE_PCINT0 FALSE
+#define AVR_EXT_USE_PCINT1 FALSE
+#define AVR_EXT_USE_PCINT2 FALSE
+#define AVR_EXT_USE_PCINT3 FALSE
+#define AVR_EXT_USE_PCINT4 FALSE
+#define AVR_EXT_USE_PCINT5 FALSE
+#define AVR_EXT_USE_PCINT6 FALSE
+#define AVR_EXT_USE_PCINT7 FALSE
+#define AVR_EXT_USE_PCINT8 FALSE
+#define AVR_EXT_USE_PCINT9 FALSE
+#define AVR_EXT_USE_PCINT10 FALSE
+
+/*
* CAN driver system settings.
*/