Skip to content

Commit b8e4792

Browse files
committed
unwind another change
1 parent 999800a commit b8e4792

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/cpus/cortex_m.zig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,7 @@ pub const interrupt = struct {
364364
}
365365

366366
if (!interrupt.has_ram_vectors()) {
367-
@compileError("RAM vectors are disabled. Consider adding .platform = " ++
368-
".{ .ram_vectors = true } to your microzig_options");
367+
@compileError("RAM vectors are disabled. Consider adding .platform = .{ .ram_vectors = true } to your microzig_options");
369368
}
370369

371370
var vector_table: *volatile [vector_count]Handler = @ptrFromInt(peripherals.scb.VTOR);

0 commit comments

Comments
 (0)