From b150690b6ebe42a4ffd50278d761b8994121eb94 Mon Sep 17 00:00:00 2001 From: tao_z <tzj0429@163.com> Date: Mon, 14 Jun 2021 22:18:45 +0800 Subject: [PATCH] 添加霍尔外部中断 motot模块初次提交尚未调试 --- USR/INC/gd32e23x_it.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/USR/INC/gd32e23x_it.h b/USR/INC/gd32e23x_it.h index f995d4f..2aa91ff 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); #endif /* GD32E23X_IT_H */ -- Gitblit v1.8.0