From e345b826da55a5cfe4891f4bfa5f1a3ddeeb1062 Mon Sep 17 00:00:00 2001 From: yelvlab Date: Wed, 25 Sep 2024 11:01:14 +0800 Subject: [PATCH] change the timer of LED to TIMER5(basic timer) --- src/gd32e23x_it.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gd32e23x_it.c b/src/gd32e23x_it.c index b0c38fe..959897c 100644 --- a/src/gd32e23x_it.c +++ b/src/gd32e23x_it.c @@ -35,6 +35,9 @@ OF SUCH DAMAGE. #include "gd32e23x_it.h" #include "main.h" #include "systick.h" +#include "ultrasonic_driver.h" + +__IO uint32_t capture_value; /*! \brief this function handles NMI exception