From 96cc81412bb602b764491158b1638c86204b5995 Mon Sep 17 00:00:00 2001 From: bcostm Date: Wed, 1 Aug 2018 09:56:39 +0200 Subject: [PATCH] STM32F7: remove HAL_InitTick() declaration in us_ticker_data.h files --- .../TARGET_STM32F7/TARGET_STM32F746xG/device/us_ticker_data.h | 3 --- .../TARGET_STM32F7/TARGET_STM32F756xG/device/us_ticker_data.h | 3 --- .../TARGET_STM32F7/TARGET_STM32F767xI/device/us_ticker_data.h | 3 --- .../TARGET_STM32F7/TARGET_STM32F769xI/device/us_ticker_data.h | 3 --- 4 files changed, 12 deletions(-) diff --git a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F746xG/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F746xG/device/us_ticker_data.h index 65e46d485d..8e530666c2 100644 --- a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F746xG/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F746xG/device/us_ticker_data.h @@ -36,9 +36,6 @@ #define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2) - -HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority); - #ifdef __cplusplus } #endif diff --git a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F756xG/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F756xG/device/us_ticker_data.h index 65e46d485d..8e530666c2 100644 --- a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F756xG/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F756xG/device/us_ticker_data.h @@ -36,9 +36,6 @@ #define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2) - -HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority); - #ifdef __cplusplus } #endif diff --git a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/device/us_ticker_data.h index 65e46d485d..8e530666c2 100644 --- a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/device/us_ticker_data.h @@ -36,9 +36,6 @@ #define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2) - -HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority); - #ifdef __cplusplus } #endif diff --git a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F769xI/device/us_ticker_data.h b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F769xI/device/us_ticker_data.h index 65e46d485d..8e530666c2 100644 --- a/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F769xI/device/us_ticker_data.h +++ b/targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F769xI/device/us_ticker_data.h @@ -36,9 +36,6 @@ #define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2) - -HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority); - #ifdef __cplusplus } #endif