Skip to content

Commit 75fac5a

Browse files
committed
fixup! Avoid conflict with MKR_SHARKY
1 parent 7c8e6b1 commit 75fac5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: cores/arduino/stm32/lock_resource.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
/* Includes ------------------------------------------------------------------*/
2323
#include "lock_resource.h"
2424

25-
#if defined(HAL_HSEM_MODULE_ENABLED)
25+
#if defined(HAL_HSEM_MODULE_ENABLED) \
26+
&& defined(STM32MP1xx)
2627

2728
/* Private macro -------------------------------------------------------------*/
2829

0 commit comments

Comments
 (0)