stm32 ticker: rename hal_tick.h in us_ticker_data.h

pull/7290/head
bcostm 2018-06-20 14:58:57 +02:00
parent fbd7a97e19
commit 32031cbab3
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;