Skip to content

Commit dc9a3ac

Browse files
supperthomassjanc
authored andcommitted
fix the example cmd to the latest repo
1 parent b9c6087 commit dc9a3ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorials/ble/bleprph/bleprph-sections/bleprph-app.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Peripheral
3131
3232
$ newt target create myperiph
3333
Target targets/myperiph successfully created
34-
$ newt target set myperiph bsp=@apache-mynewt-core/hw/bsp/nrf52dk
35-
Target targets/myperiph successfully set target.bsp to @apache-mynewt-core/hw/bsp/nrf52dk
36-
$ newt target set myperiph app=@apache-mynewt-core/apps/bleprph
34+
$ newt target set myperiph bsp=@apache-mynewt-core/hw/bsp/nordic_pca10040
35+
Target targets/myperiph successfully set target.bsp to @apache-mynewt-core/hw/bsp/nordic_pca10040
36+
$ newt target set myperiph app=@apache-mynewt-nimble/apps/bleprph
3737
Target targets/myperiph successfully set target.app to @apache-mynewt-nimble/apps/bleprph
3838
$ newt target set myperiph build_profile=optimized
3939
Target targets/myperiph successfully set target.build_profile to optimized

0 commit comments

Comments
 (0)