Skip to content

Commit 7370f48

Browse files
committed
chore: add ArduinoCore-API support
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent e722371 commit 7370f48

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/utility/STM32_WPAN/shci_tl.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@
2424
#include "stm_list.h"
2525
#include "shci_tl.h"
2626
#include "stm32_def.h"
27+
#if defined(STM32_CORE_VERSION) && (STM32_CORE_VERSION <= 0x020C0000)
2728
#include "wiring_time.h"
28-
29+
#else
30+
#include "wiring.h"
31+
#endif
2932
/* Private typedef -----------------------------------------------------------*/
3033
typedef enum
3134
{

0 commit comments

Comments
 (0)