We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9fdaa commit 495e60bCopy full SHA for 495e60b
1 file changed
core/src/cpus/cortex_m.zig
@@ -364,8 +364,7 @@ pub const interrupt = struct {
364
}
365
366
if (!interrupt.has_ram_vectors()) {
367
- @compileError("RAM vectors are disabled. Consider adding .platform = " ++
368
- ".{ .ram_vectors = true } to your microzig_options");
+ @compileError("RAM vectors are disabled. Consider adding .platform = .{ .ram_vectors = true } to your microzig_options");
369
370
371
var vector_table: *volatile [vector_count]Handler = @ptrFromInt(peripherals.scb.VTOR);
0 commit comments