From a833f79b06d7884df3ddc091e77cb9ce03bf5422 Mon Sep 17 00:00:00 2001 From: Siju Samuel Date: Wed, 16 Sep 2020 18:46:13 +0800 Subject: [PATCH] =?UTF-8?q?!91=20'utils/native/liteos'=20is=20corrected=20?= =?UTF-8?q?to=20'utils/native/lite'=20in=20docs=20*=20liteos->lite=20path?= =?UTF-8?q?=20updated=20in=20=E9=9B=86=E6=88=90=E4=B8=89=E6=96=B9SDK.md=20?= =?UTF-8?q?*=20liteos->lite=20path=20updated=20in=20the-second-example-pro?= =?UTF-8?q?gram-of-the-hi3861-=E2=80=A6=20*=20liteos->lite=20path=20update?= =?UTF-8?q?d=20in=20developing-the-second-example-program-run=E2=80=A6=20*?= =?UTF-8?q?=20liteos->lite=20path=20updated=20in=20third-party-sdk-integra?= =?UTF-8?q?tion.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs-en/guide/third-party-sdk-integration.md | 2 +- .../developing-the-second-example-program-running-on-hi3861.md | 2 +- ...he-second-example-program-of-the-hi3861-development-board.md | 2 +- "guide/\351\233\206\346\210\220\344\270\211\346\226\271SDK.md" | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-en/guide/third-party-sdk-integration.md b/docs-en/guide/third-party-sdk-integration.md index 1b78b05ae8..4289409dcb 100755 --- a/docs-en/guide/third-party-sdk-integration.md +++ b/docs-en/guide/third-party-sdk-integration.md @@ -283,7 +283,7 @@ The following uses **demolink** as an example to describe how to compile code ] include_dirs = [ - "//utils/native/liteos/include", + "//utils/native/lite/include", "//vendor/hisi/wifi-iot/hi3861/3rd_sdk/demolink" ] } diff --git a/docs-en/quick-start/developing-the-second-example-program-running-on-hi3861.md b/docs-en/quick-start/developing-the-second-example-program-running-on-hi3861.md index 31f1b5d87d..c82d96ac64 100755 --- a/docs-en/quick-start/developing-the-second-example-program-running-on-hi3861.md +++ b/docs-en/quick-start/developing-the-second-example-program-running-on-hi3861.md @@ -49,7 +49,7 @@ The source code needs to be modified when fixing bugs or compiling a new service "hello_world.c" ] include_dirs = [ - "//utils/native/liteos/include" + "//utils/native/lite/include" ] } ``` diff --git a/docs-en/quick-start/the-second-example-program-of-the-hi3861-development-board.md b/docs-en/quick-start/the-second-example-program-of-the-hi3861-development-board.md index d260308b2f..fdb6f7e60f 100755 --- a/docs-en/quick-start/the-second-example-program-of-the-hi3861-development-board.md +++ b/docs-en/quick-start/the-second-example-program-of-the-hi3861-development-board.md @@ -49,7 +49,7 @@ The source code needs to be modified in the bugfix and new service scenarios. Th "hello_world.c" ] include_dirs = [ - "//utils/native/liteos/include" + "//utils/native/lite/include" ] } ``` diff --git "a/guide/\351\233\206\346\210\220\344\270\211\346\226\271SDK.md" "b/guide/\351\233\206\346\210\220\344\270\211\346\226\271SDK.md" index f5e9e48ad4..55ec8a7d34 100755 --- "a/guide/\351\233\206\346\210\220\344\270\211\346\226\271SDK.md" +++ "b/guide/\351\233\206\346\210\220\344\270\211\346\226\271SDK.md" @@ -283,7 +283,7 @@ lite_component("link") { ] include_dirs = [ - "//utils/native/liteos/include", + "//utils/native/lite/include", "//vendor/hisi/wifi-iot/hi3861/3rd_sdk/demolink" ] } -- GitLab