From 6f56875bda09c826048d70ee58657e5796ba756b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=83=A1=E8=BF=8E?= <1827352822@qq.com>
Date: Tue, 13 Sep 2022 03:43:29 +0000
Subject: [PATCH] =?UTF-8?q?=E3=80=90OpenHarmony=E5=BC=80=E6=BA=90=E8=B4=A1?=
 =?UTF-8?q?=E7=8C=AE=E8=80=85=E8=AE=A1=E5=88=922022=E3=80=91update=20zh-cn?=
 =?UTF-8?q?/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md.=20Si?=
 =?UTF-8?q?gned-off-by:=20=E8=83=A1=E8=BF=8E=20<1827352822@qq.com>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: 胡迎 <1827352822@qq.com>
---
 .../porting-stm32mp15xx-on-smallsystem.md      | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md b/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md
index 7d0f7dc4f2..57787c13f1 100644
--- a/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md
+++ b/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md
@@ -41,15 +41,15 @@ vendor
 
     ```
     {
-    "product_name": "bearpi_hm_micro",    --- 用于hb set进行选择时,显示的产品名称
-    "version": "3.0",                     --- 构建系统的版本,1.0/2.0/3.0
-    "type": "small",                      --- 构建系统的类型,mini/small/standard
-    "ohos_version": "OpenHarmony 3.0",    --- OpenHarmony系统版本
-    "device_company": "bearpi",           --- 单板厂商名,用于编译时找到/device/board/bearpi目录
-    "board": "bearpi_hm_micro",           --- 单板名,用于编译时找到/device/board/bearpi/bearpi_hm_micro目录
-    "kernel_type": "liteos_a",            --- 内核类型,因为OpenHarmony支持多内核,一块单板可能适配了多个内核,所以需要指定某个内核进行编译
-    "kernel_version": "",                 --- 内核版本,一块单板可能适配了多个linux内核版本,所以需要指定某个具体的内核版本进行编译
-    "subsystems": [ ]                     --- 选择所需要编译构建的子系统
+      "product_name": "bearpi_hm_micro",    --- 用于hb set进行选择时,显示的产品名称
+      "version": "3.0",                     --- 构建系统的版本,1.0/2.0/3.0
+      "type": "small",                      --- 构建系统的类型,mini/small/standard
+      "ohos_version": "OpenHarmony 3.0",    --- OpenHarmony系统版本
+      "device_company": "bearpi",           --- 单板厂商名,用于编译时找到/device/board/bearpi目录
+      "board": "bearpi_hm_micro",           --- 单板名,用于编译时找到/device/board/bearpi/bearpi_hm_micro目录
+      "kernel_type": "liteos_a",            --- 内核类型,因为OpenHarmony支持多内核,一块单板可能适配了多个内核,所以需要指定某个内核进行编译
+      "kernel_version": "",                 --- 内核版本,一块单板可能适配了多个linux内核版本,所以需要指定某个具体的内核版本进行编译
+      "subsystems": [ ]                     --- 选择所需要编译构建的子系统
     }
     ```
 
-- 
GitLab