git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9323 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
bff04c5354
commit
8a9abebe49
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue