diff --git a/examples/raspberrypi/rp2xxx/src/rp2040_only/flash_id.zig b/examples/raspberrypi/rp2xxx/src/rp2040_only/flash_id.zig index 9f153deb..45cad1ff 100644 --- a/examples/raspberrypi/rp2xxx/src/rp2040_only/flash_id.zig +++ b/examples/raspberrypi/rp2xxx/src/rp2040_only/flash_id.zig @@ -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; };