You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2022/03/21 08:15:52 UTC

[mynewt-documentation] branch master updated: fix the example cmd to the latest repo

This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new dc9a3ac  fix the example cmd to the latest repo
dc9a3ac is described below

commit dc9a3ac864e45cc6b66810cce97b24b5eca56a10
Author: supperthomas <78...@qq.com>
AuthorDate: Sun Mar 20 17:49:44 2022 +0800

    fix the example cmd to the latest repo
---
 docs/tutorials/ble/bleprph/bleprph-sections/bleprph-app.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/tutorials/ble/bleprph/bleprph-sections/bleprph-app.rst b/docs/tutorials/ble/bleprph/bleprph-sections/bleprph-app.rst
index 4bd8498..a939443 100644
--- a/docs/tutorials/ble/bleprph/bleprph-sections/bleprph-app.rst
+++ b/docs/tutorials/ble/bleprph/bleprph-sections/bleprph-app.rst
@@ -31,9 +31,9 @@ Peripheral
 
     $ newt target create myperiph
     Target targets/myperiph successfully created
-    $ newt target set myperiph bsp=@apache-mynewt-core/hw/bsp/nrf52dk
-    Target targets/myperiph successfully set target.bsp to @apache-mynewt-core/hw/bsp/nrf52dk
-    $ newt target set myperiph app=@apache-mynewt-core/apps/bleprph
+    $ newt target set myperiph bsp=@apache-mynewt-core/hw/bsp/nordic_pca10040
+    Target targets/myperiph successfully set target.bsp to @apache-mynewt-core/hw/bsp/nordic_pca10040
+    $ newt target set myperiph app=@apache-mynewt-nimble/apps/bleprph
     Target targets/myperiph successfully set target.app to @apache-mynewt-nimble/apps/bleprph
     $ newt target set myperiph build_profile=optimized
     Target targets/myperiph successfully set target.build_profile to optimized