From 39c2576dbed236bb1924178ab0271cf3df2f4fdc Mon Sep 17 00:00:00 2001 From: Austin Date: Wed, 28 Sep 2022 12:18:51 +0000 Subject: [PATCH] update zh-cn/device-dev/porting/standard-system-porting-guide.md. Signed-off-by: Austin --- zh-cn/device-dev/porting/standard-system-porting-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/device-dev/porting/standard-system-porting-guide.md b/zh-cn/device-dev/porting/standard-system-porting-guide.md index 35afad4753..6d2f035eeb 100644 --- a/zh-cn/device-dev/porting/standard-system-porting-guide.md +++ b/zh-cn/device-dev/porting/standard-system-porting-guide.md @@ -47,7 +47,7 @@ version:版本 必填 type:配置的系统级别,包含(small,standard …) 必填 -target_cpu :设备的cpu类型(根据实际情况,这里的target_cpu也可能是arm64 、riscv、 x86等。) 必填 +target_cpu :设备的CPU类型(根据实际情况,这里的target_cpu也可能是arm64 、riscv、 x86等。) 必填 ohos_version:操作系统版本 选填 -- GitLab