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
This commit is contained in:
tfateba 2016-12-04 14:38:43 +00:00
parent 7144e1b791
commit 5418e8ef0f
1 changed files with 10 additions and 0 deletions

View File

@ -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.
*/