Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
nspin committed Jul 4, 2024
1 parent 5e508b3 commit 1d60c75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/examples/microkit/hello/pds/hello/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ use sel4_microkit::{debug_println, protection_domain, Handler, Infallible};
#[protection_domain]
fn init() -> HandlerImpl {
debug_println!("Hello, World!");
panic!();
HandlerImpl
}

Expand Down

0 comments on commit 1d60c75

Please sign in to comment.