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

pull/7668/head
bcostm 2018-08-01 09:56:39 +02:00
parent 63f62165d8
commit 2c96c5d270
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)
HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority);
#ifdef __cplusplus
}
#endif

View File

@ -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

View File

@ -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

View File

@ -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