From 464f827254f9e81405bf39e1f09ad5c14b7398fb Mon Sep 17 00:00:00 2001 From: Yifang <2053731441@qq.com> Date: Thu, 8 Sep 2022 09:05:17 +0800 Subject: [PATCH] =?UTF-8?q?[annotation]=20renesas=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E4=B8=B2=E5=8F=A3V2=E6=A0=87=E5=87=86=20(#63?= =?UTF-8?q?91)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/renesas/libraries/HAL_Drivers/drv_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/renesas/libraries/HAL_Drivers/drv_common.c b/bsp/renesas/libraries/HAL_Drivers/drv_common.c index 7798cab80e..593cc78889 100644 --- a/bsp/renesas/libraries/HAL_Drivers/drv_common.c +++ b/bsp/renesas/libraries/HAL_Drivers/drv_common.c @@ -20,7 +20,7 @@ #ifdef RT_USING_SERIAL_V2 #include #else - #include + #error "Serial-v1 has been obsoleted, and please select serial-v2 as the default option" #endif #endif @@ -182,4 +182,4 @@ BSP_CMSE_NONSECURE_ENTRY void template_nonsecure_callable () { } -#endif \ No newline at end of file +#endif -- GitLab