aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/ADC
diff options
context:
space:
mode:
authortfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2016-12-04 14:38:43 +0000
committertfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2016-12-04 14:38:43 +0000
commit5418e8ef0f442837d709abb758dbbdae118d0c40 (patch)
treef6438780c827d4e5ceafeceecebd7bca06a7f143 /testhal/AVR/ADC
parent7144e1b791572b2baf6d708407e3caa15c08a0f4 (diff)
downloadChibiOS-5418e8ef0f442837d709abb758dbbdae118d0c40.tar.gz
ChibiOS-5418e8ef0f442837d709abb758dbbdae118d0c40.tar.bz2
ChibiOS-5418e8ef0f442837d709abb758dbbdae118d0c40.zip
Update testhal/AVR/ADC mcuconf.h file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9947 35acf78f-673a-0410-8e92-d51de3d6d3f4
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.
*/