Skip to content

Commit 4740775

Browse files
committed
STM: move us_ticker_defines.h include
1 parent 59df4ef commit 4740775

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

targets/TARGET_STM/device.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,4 @@
3737

3838
#include "objects.h"
3939

40-
#include "us_ticker_defines.h"
41-
4240
#endif

targets/TARGET_STM/hal_tick_overrides.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#if DEVICE_USTICKER
1818

1919
#include "hal/us_ticker_api.h"
20-
#include "us_ticker_data.h"
20+
#include "us_ticker_defines.h"
2121

2222
// This variable is set to 1 at the of mbed_sdk_init function.
2323
// The ticker_read_us function must not be called until the mbed_sdk_init is terminated.

0 commit comments

Comments
 (0)