This closes #164
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/98f48584 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/98f48584 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/98f48584 Branch: refs/heads/develop Commit: 98f48584f3c58937a7a2f14387279de158c9b521 Parents: 5920c8c Author: aditihilbert <[email protected]> Authored: Fri Mar 24 21:35:28 2017 -0700 Committer: aditihilbert <[email protected]> Committed: Fri Mar 24 21:35:28 2017 -0700 ---------------------------------------------------------------------- docs/os/tutorials/arduino_zero.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/98f48584/docs/os/tutorials/arduino_zero.md ---------------------------------------------------------------------- diff --git a/docs/os/tutorials/arduino_zero.md b/docs/os/tutorials/arduino_zero.md index 78af86f..356cdfd 100644 --- a/docs/os/tutorials/arduino_zero.md +++ b/docs/os/tutorials/arduino_zero.md @@ -109,6 +109,7 @@ $ newt target set arduino_boot build_profile=optimized Target targets/arduino_boot successfully set target.build_profile to optimized $ newt target set arduino_boot syscfg=BSP_ARDUINO_ZERO_PRO=1 Target targets/arduino_boot successfully set target.syscfg to BSP_ARDUINO_ZERO_PRO=1 +$ ``` **Note:** If you have an Arduino Zero instead of a Arduino Zero Pro board, replace `BSP_ARDUINO_ZERO_PRO` with `BSP_ARDUINO_ZERO` in the last `newt target set` command.
