Skip to content

Commit 2c96c5d

Browse files
committed
STM32F7: remove HAL_InitTick() declaration in us_ticker_data.h files
1 parent 63f6216 commit 2c96c5d

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F746xG/device/us_ticker_data.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636

3737
#define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2)
3838

39-
40-
HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority);
41-
4239
#ifdef __cplusplus
4340
}
4441
#endif

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F756xG/device/us_ticker_data.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636

3737
#define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2)
3838

39-
40-
HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority);
41-
4239
#ifdef __cplusplus
4340
}
4441
#endif

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F767xI/device/us_ticker_data.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636

3737
#define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2)
3838

39-
40-
HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority);
41-
4239
#ifdef __cplusplus
4340
}
4441
#endif

targets/TARGET_STM/TARGET_STM32F7/TARGET_STM32F769xI/device/us_ticker_data.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636

3737
#define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2)
3838

39-
40-
HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority);
41-
4239
#ifdef __cplusplus
4340
}
4441
#endif

0 commit comments

Comments
 (0)