启用浮点数解析功能,允许参数解析工具 sh_parse_value() 解析浮点数
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_SH_USE_STRTOD
|
#ifndef CONFIG_SH_USE_STRTOD
|
||||||
#define CONFIG_SH_USE_STRTOD 0 /* 允许参数解析工具 sh_parse_value() 解析浮点数 */
|
#define CONFIG_SH_USE_STRTOD 1 /* 允许参数解析工具 sh_parse_value() 解析浮点数 */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define _SH_MIN_PARAM 10
|
#define _SH_MIN_PARAM 10
|
||||||
|
|||||||
Reference in New Issue
Block a user