diff options
author | tfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-04-28 23:17:37 +0000 |
---|---|---|
committer | tfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2017-04-28 23:17:37 +0000 |
commit | 7013edb5ed3caffa3603837d2907f4efe2a0983e (patch) | |
tree | 080a0e7830c8eeed70451e97964cbc815061c541 /demos/AVR/RT-TEENSY2-USB/mcuconf.h | |
parent | cb5bfe04ca6bedaca211a04dd34d379633ce04cd (diff) | |
download | ChibiOS-7013edb5ed3caffa3603837d2907f4efe2a0983e.tar.gz ChibiOS-7013edb5ed3caffa3603837d2907f4efe2a0983e.tar.bz2 ChibiOS-7013edb5ed3caffa3603837d2907f4efe2a0983e.zip |
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
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 */ |