stm32 ticker: rename hal_tick.h in us_ticker_data.h

pull/7518/head
bcostm 2018-06-20 14:58:57 +02:00 committed by Cruz Monrreal II
parent 92fe07f02f
commit 9a480e3260
57 changed files with 2 additions and 2 deletions

View File

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

View File

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