From bef56209e654e1f133eef5c8b3417c32a106193d Mon Sep 17 00:00:00 2001 From: LokLiang Date: Thu, 3 Apr 2025 20:45:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8=20sh=5Fparse=5Fvalue()=20?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E6=B5=AE=E7=82=B9=E6=95=B0=E7=9A=84=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= 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 1857175..f76c0c8 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 1 /* 允许参数解析工具 sh_parse_value() 解析浮点数 */ +#define CONFIG_SH_USE_STRTOD 0 /* 允许参数解析工具 sh_parse_value() 解析浮点数 */ #endif #define _SH_MIN_PARAM 10