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.
This commit is contained in:
Stig Bjørlykke 2019-02-20 21:17:42 +01:00 committed by Glenn Ruben Bakke
parent ca2bb66127
commit 6ca03fe8bd
1 changed files with 1 additions and 1 deletions

View File

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