Skip to content

Commit

Permalink
fix oopsie finally
Browse files Browse the repository at this point in the history
  • Loading branch information
tact1m4n3 committed Feb 17, 2025
1 parent 7f719a3 commit bcd8f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port/raspberrypi/rp2xxx/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub fn init(dep: *std.Build.Dependency) Self {
.{ .kind = .flash, .offset = 0x10000000, .length = 2048 * 1024 },
.{ .kind = .ram, .offset = 0x20000000, .length = 256 * 1024 },
},
.patches = @import("patches/rp2350_arm.zig").patches,
.patches = @import("patches/rp2350.zig").patches,
},
.hal = hal,
.linker_script = b.path("rp2350_arm.ld"),
Expand Down

0 comments on commit bcd8f07

Please sign in to comment.