STM32F7: remove HAL_InitTick() declaration in us_ticker_data.h files

pull/7753/head
bcostm 2018-08-01 09:56:39 +02:00 committed by adbridge
parent 87d7b2b7fb
commit 96cc81412b
4 changed files with 0 additions and 12 deletions

View File

@ -36,9 +36,6 @@
#define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2) #define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2)
HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif

View File

@ -36,9 +36,6 @@
#define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2) #define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2)
HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif

View File

@ -36,9 +36,6 @@
#define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2) #define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2)
HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif

View File

@ -36,9 +36,6 @@
#define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2) #define TIM_MST_PCLK 1 // Select the peripheral clock number (1 or 2)
HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif