From 5418e8ef0f442837d709abb758dbbdae118d0c40 Mon Sep 17 00:00:00 2001 From: tfateba Date: Sun, 4 Dec 2016 14:38:43 +0000 Subject: 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 --- testhal/AVR/ADC/mcuconf.h | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 @@ -30,6 +30,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. */ -- cgit v1.2.3