Skip to content

Commit

Permalink
crates/sel4-microkit: Fix for release configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Aug 9, 2024
1 parent 76034e5 commit b06db18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/sel4-microkit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
#[cfg(feature = "alloc")]
extern crate alloc;

use sel4::sel4_cfg;

pub use sel4_microkit_base::*;
pub use sel4_microkit_macros::protection_domain;

Expand All @@ -44,6 +46,7 @@ mod printing;

pub mod panicking;

#[sel4_cfg(PRINTING)]
pub use printing::{debug_print, debug_println};

/// Declares the initialization function, stack size, and, optionally, heap and heap size.
Expand Down

0 comments on commit b06db18

Please sign in to comment.