Skip to content

Commit 5e2879f

Browse files
committed
Revert "Add empty hal to atsam"
This reverts commit cec408d.
1 parent c7afa62 commit 5e2879f

2 files changed

Lines changed: 0 additions & 1 deletion

File tree

port/microchip/atsam/build.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ pub fn init(dep: *std.Build.Dependency) Self {
3737
.{ .name = "NVM_USER_ROW", .offset = 0x00804000, .length = 512, .access = .r }, // NVM User Row
3838
},
3939
},
40-
.hal = .{ .root_source_file = b.path("src/hal.zig") },
4140
};
4241

4342
return .{

port/microchip/atsam/src/hal.zig

Whitespace-only changes.

0 commit comments

Comments
 (0)