Update the AVR mega RT demo mcuconf.h file

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9948 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
tfateba 2016-12-04 14:48:16 +00:00
parent 5418e8ef0f
commit 8e3a0d5dee
1 changed files with 10 additions and 0 deletions

View File

@ -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
/*
* CAN driver system settings.
*/