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

This commit is contained in:
gdisirio 2014-10-02 09:45:00 +00:00
parent 60bf87e37e
commit 92c63ec84f
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@
!defined (STM32F302x8) && !defined (STM32F302xC) && \
!defined (STM32F303x8) && !defined (STM32F303xC) && \
!defined (STM32F358xx) && !defined (STM32F334x8) && \
!defined (STM32F328xx)
!defined (STM32F328xx) && \
!defined (STM32F373xC) && !defined (STM32F378xx)
#include "board.h"
#endif