From bcd8f07278cf33a90906f0b475c22429fffe1d05 Mon Sep 17 00:00:00 2001 From: tact1m4n3 Date: Mon, 17 Feb 2025 22:10:34 +0200 Subject: [PATCH] fix oopsie finally --- port/raspberrypi/rp2xxx/build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/raspberrypi/rp2xxx/build.zig b/port/raspberrypi/rp2xxx/build.zig index a06aa005..cfe3d50d 100644 --- a/port/raspberrypi/rp2xxx/build.zig +++ b/port/raspberrypi/rp2xxx/build.zig @@ -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"),