We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c8e6b1 commit 75fac5aCopy full SHA for 75fac5a
cores/arduino/stm32/lock_resource.c
@@ -22,7 +22,8 @@
22
/* Includes ------------------------------------------------------------------*/
23
#include "lock_resource.h"
24
25
-#if defined(HAL_HSEM_MODULE_ENABLED)
+#if defined(HAL_HSEM_MODULE_ENABLED) \
26
+ && defined(STM32MP1xx)
27
28
/* Private macro -------------------------------------------------------------*/
29
0 commit comments