Skip to content

Commit 415af2b

Browse files
committed
add missing include
1 parent de6016c commit 415af2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/TARGET_STM/hal_tick_overrides.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#if DEVICE_USTICKER
1919

2020
#include "hal/us_ticker_api.h"
21+
#include "hal/critical_section_api.h"
2122
#include "us_ticker_defines.h"
2223

2324
// This variable is set to 1 at the of mbed_sdk_init function.

0 commit comments

Comments
 (0)