提交 913d49cd 编写于 作者: K kangchongtao

napi接口名与对外接口名对齐

Signed-off-by: Nkangchongtao <kangchongtao@huawei.com>
Change-Id: I1b019c4a5ff5296fe47f9796903fadcc4ad35ea4
上级 9a63617d
......@@ -328,7 +328,7 @@ static napi_module _module = {
.nm_flags = 0,
.nm_filename = NULL,
.nm_register_func = Init,
.nm_modname = "systemParameter",
.nm_modname = "systemparameter",
.nm_priv = ((void *)0),
.reserved = { 0 }
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册