Skip to content

Commit 5cdd6dd

Browse files
committed
update comment
1 parent d35b780 commit 5cdd6dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

port/raspberrypi/rp2xxx/src/hal/bootmeta.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ pub const image_def_block = if (microzig.config.ram_image and arch == .arm) Bloc
1818
.try_before_you_buy = false,
1919
},
2020
},
21-
//We must specify a custom entry point since by default RP2350 expects
22-
//the vector table at the start of the image.
21+
// We must specify a custom entry point since by default RP2350 expects
22+
// the vector table at the start of the image.
2323
.entry_point = .{
2424
.entry = &microzig.cpu.startup_logic.ram_image_entrypoint,
2525
.sp = microzig.config.end_of_stack,

0 commit comments

Comments
 (0)