From b700725dc0cf84e2a08e653c1eb11d0cf3bea9c9 Mon Sep 17 00:00:00 2001 From: Vasily Markov Date: Wed, 12 Jun 2024 13:12:27 +0300 Subject: [PATCH] fix --- bsp/stm32f4xx_it.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/stm32f4xx_it.c b/bsp/stm32f4xx_it.c index 547f5b1..8673c51 100644 --- a/bsp/stm32f4xx_it.c +++ b/bsp/stm32f4xx_it.c @@ -33,7 +33,6 @@ void TIM7_IRQHandler() else { GPIO_ResetBits(GPIOB, GPIO_Pin_7); } - // sendData(udp_send_data); } void USART2_IRQHandler(void)