Merge pull request #13090 from jeromecoutant/PR_DEVICE_H

STM: move us_ticker_defines.h include
pull/13095/head
Martin Kojtal 2020-06-10 11:53:57 +02:00 committed by GitHub
commit 878875c884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.