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 59df4ef commit 4740775Copy full SHA for 4740775
targets/TARGET_STM/device.h
@@ -37,6 +37,4 @@
37
38
#include "objects.h"
39
40
-#include "us_ticker_defines.h"
41
-
42
#endif
targets/TARGET_STM/hal_tick_overrides.c
@@ -17,7 +17,7 @@
17
#if DEVICE_USTICKER
18
19
#include "hal/us_ticker_api.h"
20
-#include "us_ticker_data.h"
+#include "us_ticker_defines.h"
21
22
// This variable is set to 1 at the of mbed_sdk_init function.
23
// The ticker_read_us function must not be called until the mbed_sdk_init is terminated.
0 commit comments