8000 nrf/readme: Update make flash command when defining board. · lolsborn/micropython@6ca03fe · GitHub
[go: up one dir, main page]

Skip to content

Commit 6ca03fe

Browse files
stigbjorlykkeglennrub
authored andcommitted
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.
1 parent ca2bb66 commit 6ca03fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/nrf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ By default, the PCA10040 (nrf52832) is used as compile target. To build and flas
5454
Alternatively the target board could be defined:
5555

5656
make BOARD=pca10040
57-
make flash
57+
make BOARD=pca10040 flash
5858
5959
## Compile and Flash with Bluetooth Stack
6060

0 commit comments

Comments
 (0)
0