From d69aae90ede578aaebc355dafd3496993ccea126 Mon Sep 17 00:00:00 2001
From: QuakeGod <QuakeGod@sina.com>
Date: 星期一, 17 十月 2022 03:02:12 +0800
Subject: [PATCH] fix 2

---
 Inc/stm32f0xx_it.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Inc/stm32f0xx_it.h b/Inc/stm32f0xx_it.h
index c93dbd8..170bd54 100644
--- a/Inc/stm32f0xx_it.h
+++ b/Inc/stm32f0xx_it.h
@@ -52,6 +52,8 @@
 void SVC_Handler(void);
 void PendSV_Handler(void);
 void SysTick_Handler(void);
+void TIM6_IRQHandler(void);
+void SPI1_IRQHandler(void);
 void DMA1_Channel2_3_IRQHandler(void);
 void DMA1_Channel4_5_IRQHandler(void);
 void USART1_IRQHandler(void);

--
Gitblit v1.9.1