Skip to content

Commit

Permalink
clean-up unused after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
lzrd committed Sep 26, 2023
1 parent 722223a commit 185b4b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drv/lpc55-update-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ include!(concat!(env!("OUT_DIR"), "/notifications.rs"));
mod idl {
use super::{
HandoffDataLoadError, ImageVersion, RawCabooseError, RotBootInfo,
RotBootState, RotPage, SlotId, SwitchDuration, UpdateTarget,
RotPage, SlotId, SwitchDuration, UpdateTarget,
};

include!(concat!(env!("OUT_DIR"), "/server_stub.rs"));
Expand Down
2 changes: 1 addition & 1 deletion lib/lpc55-rot-startup/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use handoff::Handoff;
use armv8_m_mpu::{disable_mpu, enable_mpu};
use cortex_m::peripheral::MPU;
use stage0_handoff::{
ImageError, ImageVersion, RotBootState, RotImageDetails, RotSlot,
RotBootState, RotImageDetails, RotSlot,
};

const ROM_VER: u32 = 1;
Expand Down

0 comments on commit 185b4b9

Please sign in to comment.