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