mirror of https://github.com/ARMmbed/mbed-os.git
STM: move us_ticker_defines.h include
parent
59df4efaac
commit
47407759a4
|
|
@ -37,6 +37,4 @@
|
||||||
|
|
||||||
#include "objects.h"
|
#include "objects.h"
|
||||||
|
|
||||||
#include "us_ticker_defines.h"
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
#if DEVICE_USTICKER
|
#if DEVICE_USTICKER
|
||||||
|
|
||||||
#include "hal/us_ticker_api.h"
|
#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.
|
// 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.
|
// The ticker_read_us function must not be called until the mbed_sdk_init is terminated.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue