You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2017/02/16 06:04:36 UTC

incubator-mynewt-site git commit: Fixed highlighting in adc sensor tutorial

Repository: incubator-mynewt-site
Updated Branches:
  refs/heads/develop eceb15e72 -> bfbef86d3


Fixed highlighting in adc sensor tutorial


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/bfbef86d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/bfbef86d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/bfbef86d

Branch: refs/heads/develop
Commit: bfbef86d39a7ca9e732ddaa5a8cd944199ca40ca
Parents: eceb15e
Author: aditihilbert <ad...@runtime.io>
Authored: Wed Feb 15 21:59:12 2017 -0800
Committer: aditihilbert <ad...@runtime.io>
Committed: Wed Feb 15 21:59:12 2017 -0800

----------------------------------------------------------------------
 docs/os/tutorials/nrf52_adc.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/bfbef86d/docs/os/tutorials/nrf52_adc.md
----------------------------------------------------------------------
diff --git a/docs/os/tutorials/nrf52_adc.md b/docs/os/tutorials/nrf52_adc.md
index 643d66f..269e6b5 100644
--- a/docs/os/tutorials/nrf52_adc.md
+++ b/docs/os/tutorials/nrf52_adc.md
@@ -49,11 +49,11 @@ you'll need to include that remote repository and install it as well. If you're
 with using repositories, see the section on [repositories](repo/add_repos.md) before
 continuing. Or just copy and paste the following.
 
-In your `project.yml` file, add `- mynewt_nordic` to the `project.repositories` section, and 
+In your `project.yml` file, add `mynewt_nordic` to the `project.repositories` section, and 
 then add the proper repository definition. When you're done, your `project.yml` file
 should look like this:
 
-```
+```hl_lines="5 15 16 17 18 19"
 project.name: "my_project"
 
 project.repositories: