Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions targets/TARGET_STM/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@

#include "objects.h"

#include "us_ticker_defines.h"

#endif
2 changes: 1 addition & 1 deletion targets/TARGET_STM/hal_tick_overrides.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#if DEVICE_USTICKER

#include "hal/us_ticker_api.h"
#include "us_ticker_data.h"
#include "us_ticker_defines.h"

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