Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 2e7db85

Browse files
committed
Updated README.md
Added missing BOARD=GPY in make flash command
1 parent baa8c33 commit 2e7db85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ You can change the board type by using the BOARD variable:
111111
$ make BOARD=GPY clean
112112
$ make BOARD=GPY TARGET=boot
113113
$ make BOARD=GPY TARGET=app
114-
$ make flash
114+
$ make BOARD=GPY flash
115115

116116
We currently support the following BOARD types:
117117

0 commit comments

Comments
 (0)