diff options
author | Ron Evans <[email protected]> | 2022-04-12 15:22:48 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-04-12 17:13:32 +0200 |
commit | f3afc7bbf30bbaae2f626e82afae05e7b024bc6a (patch) | |
tree | fc93f8e6a7bc8d477acc2ddc7058157e5f345391 /targets | |
parent | 4858b2712065b9695a348d7a5c3558669d41c6a1 (diff) | |
download | tinygo-f3afc7bbf30bbaae2f626e82afae05e7b024bc6a.tar.gz tinygo-f3afc7bbf30bbaae2f626e82afae05e7b024bc6a.zip |
Revert "fix: flash-command for maixbit board"
This reverts commit b02cea03211436e87f4d3a1461a1da1a88572749.
Diffstat (limited to 'targets')
-rw-r--r-- | targets/maixbit.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/maixbit.json b/targets/maixbit.json index 9ae2e590c..8f6216162 100644 --- a/targets/maixbit.json +++ b/targets/maixbit.json @@ -3,5 +3,5 @@ "build-tags": ["maixbit"], "serial": "uart", "linkerscript": "targets/maixbit.ld", - "flash-command": "kflash --Board bit -p {port} --noansi --verbose {bin}" + "flash-command": "kflash -p {port} --noansi --verbose {bin}" } |