From 6ca03fe8bd948352cba04a5fa1e308e000611a9b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= <stig@bjorlykke.org>
Date: Wed, 20 Feb 2019 21:17:42 +0100
Subject: [PATCH] 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.
---
 ports/nrf/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
GitLab