diff options
Diffstat (limited to 'demos/AVR/RT-TEENSY2-USB/mcuconf.h')
-rw-r--r-- | demos/AVR/RT-TEENSY2-USB/mcuconf.h | 16 |
1 files changed, 13 insertions, 3 deletions
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. @@ -31,6 +31,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. */ #define AVR_EXT_USE_PCINT0 FALSE @@ -102,4 +112,4 @@ #define AVR_USB_USE_USB1 TRUE #define AVR_USB_USE_NAMED_ADDRESS_SPACES FALSE -#endif /* MCUCONF_H_ */ +#endif /* MCUCONF_H */ |