mirror of https://github.com/ARMmbed/mbed-os.git
stm32 ticker: rename hal_tick.h in us_ticker_data.h
parent
fbd7a97e19
commit
32031cbab3
|
@ -31,7 +31,7 @@
|
|||
|
||||
#include "sleep_api.h"
|
||||
#include "us_ticker_api.h"
|
||||
#include "hal_tick.h"
|
||||
#include "us_ticker_data.h"
|
||||
#include "mbed_critical.h"
|
||||
#include "mbed_error.h"
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <stddef.h>
|
||||
#include "us_ticker_api.h"
|
||||
#include "PeripheralNames.h"
|
||||
#include "hal_tick.h"
|
||||
#include "us_ticker_data.h"
|
||||
|
||||
TIM_HandleTypeDef TimMasterHandle;
|
||||
|
||||
|
|
Loading…
Reference in New Issue