summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2019-02-20 21:17:42 +0100
committerGlenn Ruben Bakke <glennbakke@gmail.com>2019-02-20 22:34:08 +0100
commit6ca03fe8bd948352cba04a5fa1e308e000611a9b (patch)
treea1a06aead8ad709072e04f5f775b13992382f54b
parentca2bb66127f108f2dd29eba4d101957d5c38fb26 (diff)
nrf/readme: Update make flash command when defining board.
Update the "make flash" command sample to include BOARD parameter when building for a specific target board.
-rw-r--r--ports/nrf/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/nrf/README.md b/ports/nrf/README.md
index 32907f287..6c7777488 100644
--- a/ports/nrf/README.md
+++ b/ports/nrf/README.md
@@ -54,7 +54,7 @@ By default, the PCA10040 (nrf52832) is used as compile target. To build and flas
Alternatively the target board could be defined:
make BOARD=pca10040
- make flash
+ make BOARD=pca10040 flash
## Compile and Flash with Bluetooth Stack