From 66f799bd1cbdcd642bc35c5c253b204546681582 Mon Sep 17 00:00:00 2001 From: LokLiang Date: Thu, 24 Apr 2025 09:15:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E7=94=A8=E6=B5=AE=E7=82=B9=E6=95=B0?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=85=81=E8=AE=B8?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E8=A7=A3=E6=9E=90=E5=B7=A5=E5=85=B7=20sh=5Fp?= =?UTF-8?q?arse=5Fvalue()=20=E8=A7=A3=E6=9E=90=E6=B5=AE=E7=82=B9=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/system/source/shell/sh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/system/source/shell/sh.h b/components/system/source/shell/sh.h index f76c0c8..1857175 100755 --- a/components/system/source/shell/sh.h +++ b/components/system/source/shell/sh.h @@ -22,7 +22,7 @@ #endif #ifndef CONFIG_SH_USE_STRTOD -#define CONFIG_SH_USE_STRTOD 0 /* 允许参数解析工具 sh_parse_value() 解析浮点数 */ +#define CONFIG_SH_USE_STRTOD 1 /* 允许参数解析工具 sh_parse_value() 解析浮点数 */ #endif #define _SH_MIN_PARAM 10