You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ry...@apache.org on 2020/01/28 11:17:42 UTC

[mynewt-documentation] branch master updated: Fix invalid emphasized lines

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

rymek 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 f54a071  Fix invalid emphasized lines
     new 5cca01d  Merge pull request #84 from rymanluk/fix_emph
f54a071 is described below

commit f54a0717b91bf05c77b6c7ee35af605c867b0d2a
Author: Ɓukasz Rymanowski <lu...@codecoup.pl>
AuthorDate: Tue Jan 28 10:41:29 2020 +0100

    Fix invalid emphasized lines
---
 docs/tutorials/ble/ble_bare_bones.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorials/ble/ble_bare_bones.rst b/docs/tutorials/ble/ble_bare_bones.rst
index a54e677..be1b52a 100644
--- a/docs/tutorials/ble/ble_bare_bones.rst
+++ b/docs/tutorials/ble/ble_bare_bones.rst
@@ -139,7 +139,7 @@ access to a BLE stack. We do this by adding the necessary NimBLE
 packages to the app's dependency list in ``apps/ble_app/pkg.yml``:
 
 .. code-block:: console
-    :emphasize-lines: 5,6,7
+    :emphasize-lines: 6,7,8
 
     pkg.deps:
         - "@apache-mynewt-core/kernel/os"