git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7355 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2014-10-03 12:00:04 +00:00
parent a4e3c3fca0
commit 96efc48888
1 changed files with 4 additions and 0 deletions

View File

@ -374,7 +374,11 @@
#define STM32_HAS_DMA2 TRUE
/* ETH attributes.*/
#if defined(STM32F405xx) || defined(STM32F415xx)
#define STM32_HAS_ETH FALSE
#else
#define STM32_HAS_ETH TRUE
#endif
/* EXTI attributes.*/
#define STM32_EXTI_NUM_CHANNELS 23