Skip to content

Commit 495e60b

Browse files
committed
unwind another change
1 parent 9b9fdaa commit 495e60b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)