Skip to content

Commit f9862b8

Browse files
author
Cruz Monrreal
authored
Merge pull request #7668 from bcostm/fix_cleanup_f7_hal_inittick
STM32F7: remove HAL_InitTick() declaration in us_ticker_data.h files
2 parents 35fb35a + 2c96c5d commit f9862b8

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)