Small fix in preprocessor conditions.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14778 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2021-09-16 10:29:50 +00:00
parent 9e528baf70
commit 2d20916325
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
!defined(STM32MP153Axx) && !defined(STM32MP153Cxx) && \
!defined(STM32MP153Dxx) && !defined(STM32MP153Fxx) && \
!defined(STM32MP151Axx) && !defined(STM32MP151Cxx) && \
!defined(STM32MP151Dxx) && !defined(STM32MP151Fxx) && \
!defined(STM32MP151Dxx) && !defined(STM32MP151Fxx)
#include "board.h"
#endif