From 2d20916325cb4dc5e17d05e1001ded5b5eadb8e8 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 16 Sep 2021 10:29:50 +0000 Subject: [PATCH] Small fix in preprocessor conditions. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14778 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/common/startup/ARMCMx/devices/STM32MP1xx/cmparams.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/common/startup/ARMCMx/devices/STM32MP1xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32MP1xx/cmparams.h index 063778967..75bc1ea82 100644 --- a/os/common/startup/ARMCMx/devices/STM32MP1xx/cmparams.h +++ b/os/common/startup/ARMCMx/devices/STM32MP1xx/cmparams.h @@ -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