Skip to content

Commit

Permalink
fix microzig options in example
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrfila committed Feb 10, 2025
1 parent 50ec95d commit 63d464d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/raspberrypi/rp2xxx/src/rp2040_only/flash_id.zig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub fn panic(message: []const u8, _: ?*std.builtin.StackTrace, _: ?usize) noretu
while (true) {}
}

pub const std_options = struct {
pub const microzig_options = struct {
pub const log_level = .debug;
pub const logFn = rp2xxx.uart.logFn;
};
Expand Down

0 comments on commit 63d464d

Please sign in to comment.