diff --git a/build.zig b/build.zig index 75d493d..3cbb87b 100644 --- a/build.zig +++ b/build.zig @@ -17,7 +17,7 @@ pub const chips = struct { .url = "https://www.microchip.com/en-us/product/ATSAMD51J19A", .cpu = .cortex_m4, .register_definition = .{ - .atdf = .{ .path = build_root ++ "src/chips/ATSAMD51J19A.atdf" }, + .atdf = .{ .path = build_root ++ "/src/chips/ATSAMD51J19A.atdf" }, }, .memory_regions = &.{ .{ .kind = .flash, .offset = 0x00004000, .length = 512 * 1024 }, // Embedded Flash