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

Signed-off-by: kangchongtao <kangchongtao@huawei.com>
Change-Id: If9d283bdf1d2d7bdfd11f8e8477daa36d88d225a
This commit is contained in:
kangchongtao
2022-06-17 10:57:08 +08:00
parent e082525507
commit cccfd14ca1
@@ -40,7 +40,7 @@ static napi_module _module = {
.nm_flags = 0,
.nm_filename = nullptr,
.nm_register_func = Init,
.nm_modname = "systemtimer",
.nm_modname = "systemTimer",
.nm_priv = ((void *)0),
.reserved = {0}
};