Merge pull request #7668 from bcostm/fix_cleanup_f7_hal_inittick

STM32F7: remove HAL_InitTick() declaration in us_ticker_data.h files
pull/7675/head
Cruz Monrreal 2018-08-01 21:42:22 -05:00 committed by GitHub
commit f9862b84e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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