From bc6c916bff0b8d342c1cd62da73a2a09f18d22a8 Mon Sep 17 00:00:00 2001 From: tao_z <tzj0429@163.com> Date: Thu, 24 Jun 2021 22:22:49 +0800 Subject: [PATCH] 基本模块编译通过 --- USR/INC/gd32e23x_it.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/USR/INC/gd32e23x_it.h b/USR/INC/gd32e23x_it.h index 2aa91ff..127a7ad 100644 --- a/USR/INC/gd32e23x_it.h +++ b/USR/INC/gd32e23x_it.h @@ -60,5 +60,5 @@ void SysTick_Handler(void); /* this function handles XTI4-15 exception */ void EXTI4_15_IRQHandler(void); - +void TIMER2_IRQHandler(void); #endif /* GD32E23X_IT_H */ -- Gitblit v1.8.0