Skip to content

Commit f3afc7b

Browse files
committed
Revert "fix: flash-command for maixbit board"
This reverts commit b02cea0.
1 parent 4858b27 commit f3afc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/maixbit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"build-tags": ["maixbit"],
44
"serial": "uart",
55
"linkerscript": "targets/maixbit.ld",
6-
"flash-command": "kflash --Board bit -p {port} --noansi --verbose {bin}"
6+
"flash-command": "kflash -p {port} --noansi --verbose {bin}"
77
}

0 commit comments

Comments
 (0)