update readme Signed-off-by: xionglei <xionglei6@huawei.com>

This commit is contained in:
熊磊
2021-12-04 03:10:25 +00:00
committed by Gitee
parent 87f6cde240
commit 4bb2a8bb6a
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ base/startup/syspara_lite/ # syspara_lite module
To obtain the system attributes, use the following code:
```
char* value1 = GetProductType();
printf("Product type =%s\n", value1);
char* value1 = GetDeviceType();
printf("Device type =%s\n", value1);
free(value1);
char* value2 = GetManufacture();
printf("Manufacture =%s\n", value2);
+2 -2
View File
@@ -30,8 +30,8 @@ base/startup/syspara_lite/ # 系统属性组件
获取系统属性
```
char* value1 = GetProductType();
printf("Product type =%s\n", value1);
char* value1 = GetDeviceType();
printf("Device type =%s\n", value1);
free(value1);
char* value2 = GetManufacture();
printf("Manufacture =%s\n", value2);