STM: move us_ticker_defines.h include

pull/13090/head
jeromecoutant 2020-06-09 11:04:23 +02:00
parent 59df4efaac
commit 47407759a4
2 changed files with 1 additions and 3 deletions

View File

@ -37,6 +37,4 @@
#include "objects.h"
#include "us_ticker_defines.h"
#endif

View File

@ -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.