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.
pull/4464/merge
Stig Bjørlykke 2019-02-20 21:17:42 +01:00 zatwierdzone przez Glenn Ruben Bakke
rodzic ca2bb66127
commit 6ca03fe8bd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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