From 7013edb5ed3caffa3603837d2907f4efe2a0983e Mon Sep 17 00:00:00 2001 From: tfateba Date: Fri, 28 Apr 2017 23:17:37 +0000 Subject: Align all AVR testhal and demo mcuconf.h files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10197 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/AVR/RT-TEENSY2-USB/mcuconf.h | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'demos/AVR/RT-TEENSY2-USB/mcuconf.h') diff --git a/demos/AVR/RT-TEENSY2-USB/mcuconf.h b/demos/AVR/RT-TEENSY2-USB/mcuconf.h index 4545f8db2..d8d1ca875 100644 --- a/demos/AVR/RT-TEENSY2-USB/mcuconf.h +++ b/demos/AVR/RT-TEENSY2-USB/mcuconf.h @@ -14,8 +14,8 @@ limitations under the License. */ -#ifndef MCUCONF_H_ -#define MCUCONF_H_ +#ifndef MCUCONF_H +#define MCUCONF_H /* * AVR drivers configuration. @@ -30,6 +30,16 @@ */ #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 + /* * PCINT driver system settings. */ @@ -102,4 +112,4 @@ #define AVR_USB_USE_USB1 TRUE #define AVR_USB_USE_NAMED_ADDRESS_SPACES FALSE -#endif /* MCUCONF_H_ */ +#endif /* MCUCONF_H */ -- cgit v1.2.3