Update README.md

wch-ch32v003
Matt Knight 1 year ago committed by Matt Knight
parent 5893535f03
commit a33ba6bf0c

@ -25,6 +25,6 @@ pub fn build(b: *Build) void {
// output file
const uf2_file = elf2uf2_run.addPrefixedOutputFileArg("--output-path", "test.uf2");
b.addInstallFile(uf2_file, "bin/test.uf2");
_ = b.addInstallFile(uf2_file, "bin/test.uf2");
}
```

Loading…
Cancel
Save