diff --git a/core/src/cpus/cortex_m/m0plus.zig b/core/src/cpus/cortex_m/m0plus.zig index 95ed125a8..73366708b 100644 --- a/core/src/cpus/cortex_m/m0plus.zig +++ b/core/src/cpus/cortex_m/m0plus.zig @@ -124,7 +124,7 @@ pub const SystemControlBlock = extern struct { /// /// The processor also wakes up on execution of an SEV instruction or an external event. SEVONPEND: u1, - reserved2: u17, + reserved2: u27, }), /// Configuration Control Register. CCR: mmio.Mmio(packed struct(u32) {