Update README.md

wch-ch32v003
Matt Knight 1 year ago committed by Matt Knight
parent a33ba6bf0c
commit 89b32ebd67

@ -21,7 +21,7 @@ pub fn build(b: *Build) void {
// elf file // elf file
elf2uf2_run.addArg("--elf-path"); elf2uf2_run.addArg("--elf-path");
elf2uf2_run.addArtifactArg(exe.inner); elf2uf2_run.addArtifactArg(exe);
// output file // output file
const uf2_file = elf2uf2_run.addPrefixedOutputFileArg("--output-path", "test.uf2"); const uf2_file = elf2uf2_run.addPrefixedOutputFileArg("--output-path", "test.uf2");

Loading…
Cancel
Save