From 458b7c07ca6cdf54583ee964e7969d2377912479 Mon Sep 17 00:00:00 2001 From: "mr.zhangsan" Date: Mon, 22 Apr 2024 15:32:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BB=B6=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/bsp/bsp_config_delay.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/bsp/bsp_config_delay.c b/source/bsp/bsp_config_delay.c index 4e762cd..1f7ca2c 100644 --- a/source/bsp/bsp_config_delay.c +++ b/source/bsp/bsp_config_delay.c @@ -1,6 +1,9 @@ #include "bsp_config_delay.h" -#if (TYPE_MCU == TYPE_MCU_STC_8H) +#if (TYPE_MCU == TYPE_MCU_STC_8H + || TYPE_MCU == TYPE_MCU_STC_8G + || TYPE_MCU == TYPE_MCU_STC_8A + || TYPE_MCU == TYPE_MCU_STC_8F) #if (D_sys_MainFre == MainFre_22M) void Delay100us() //@22.1184MHz @@ -206,5 +209,5 @@ void delayInUs(U16 n) } } -#endif +#endif //end (D_sys_MainFre == MainFre_22M) #endif