Skip to content

Commit

Permalink
fixing register so there is 32 bits (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
freiguy1 authored Jan 17, 2025
1 parent abc866e commit d6ba2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/cpus/cortex_m/m0plus.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d6ba2eb

Please sign in to comment.