Update microzig (#13)

* update microzig

* fixed build.zig

---------

Co-authored-by: mattnite <mattnite@users.noreply.github.com>
wch-ch32v003
Matt Knight 1 year ago committed by GitHub
parent 10e700b6e7
commit 6cb89c778d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,5 +15,5 @@ pub fn build(b: *std.build.Builder) void {
.backing = .{ .chip = chips.esp32_c3 }, .backing = .{ .chip = chips.esp32_c3 },
.optimize = optimize, .optimize = optimize,
}); });
exe.install(); exe.installArtifact(b);
} }

2
deps/microzig vendored

@ -1 +1 @@
Subproject commit 23482a6986252e0eeff54a04abc0aac8a08d25d7 Subproject commit ae6e619197f5db4be18a4b8cf7bf4d1bde9e7763
Loading…
Cancel
Save