Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
crinq committed Apr 12, 2018
1 parent 5109c5e commit 2459f40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions f3_boot/src/tim.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ TIM_HandleTypeDef htim8;
void MX_TIM8_Init(void) {
TIM_ClockConfigTypeDef sClockSourceConfig;
TIM_MasterConfigTypeDef sMasterConfig;
TIM_OC_InitTypeDef sConfigOC;
TIM_BreakDeadTimeConfigTypeDef sBreakDeadTimeConfig;

htim8.Instance = TIM8;
Expand Down Expand Up @@ -98,7 +97,6 @@ void HAL_TIM_Base_MspInit(TIM_HandleTypeDef *tim_baseHandle) {
}
}
void HAL_TIM_MspPostInit(TIM_HandleTypeDef *timHandle) {
GPIO_InitTypeDef GPIO_InitStruct;
if(timHandle->Instance == TIM8) {
/* USER CODE BEGIN TIM8_MspPostInit 0 */

Expand Down

0 comments on commit 2459f40

Please sign in to comment.