Skip to content

Commit

Permalink
SQUASH siiiigh fix build time thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiffle committed Dec 17, 2024
1 parent 1b98ec7 commit 67e0371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/sidecar/base.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fwid = true

[kernel]
name = "sidecar"
requires = {flash = 26240, ram = 6256}
requires = {flash = 26432, ram = 6256}
features = ["dump"]

[caboose]
Expand Down
2 changes: 1 addition & 1 deletion sys/kern/src/arch/arm_m.rs
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ pub struct RegionDescExt {
mair: u32,
}

#[cfg(any(armv8m))]
#[cfg(armv8m)]
pub const fn compute_region_extension_data(
base: u32,
size: u32,
Expand Down

0 comments on commit 67e0371

Please sign in to comment.