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

This commit is contained in:
Giovanni Di Sirio 2016-04-20 09:52:47 +00:00
parent bff04c5354
commit 8a9abebe49
2 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,8 @@
!defined(STM32F427xx) && !defined(STM32F437xx) && \
!defined(STM32F429xx) && !defined(STM32F439xx) && \
!defined(STM32F401xC) && !defined(STM32F401xE) && \
!defined(STM32F411xE)
!defined(STM32F411xE) && !defined(STM32F446xx) && \
!defined(STM32F469xx) && !defined(STM32F479xx)
#include "board.h"
#endif

View File

@ -34,6 +34,7 @@
* - STM32F401xC, STM32F401xE for High-performance STM32 F-4 devices.
* - STM32F411xE for High-performance STM32 F-4 devices.
* - STM32F446xx for High-performance STM32 F-4 devices.
* * STM32F469xx, STM32F479xx for High-performance STM32 F-4 devices.
* .
*
* @addtogroup HAL