From 82e38738a4d532cc3d56cbf80c1a4093f23cdd6a Mon Sep 17 00:00:00 2001 From: tao_z <tzj0429@163.com> Date: Wed, 14 Jul 2021 07:01:42 +0800 Subject: [PATCH] 调整时钟64MHz。 RTT任务增加马达开启和关闭功能 --- USR/INC/gd32e23x_it.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/USR/INC/gd32e23x_it.h b/USR/INC/gd32e23x_it.h index f995d4f..9ad46c7 100644 --- a/USR/INC/gd32e23x_it.h +++ b/USR/INC/gd32e23x_it.h @@ -58,5 +58,7 @@ void PendSV_Handler(void); /* this function handles SysTick exception */ 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