Skip to content

Commit

Permalink
Fix xous build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 27, 2024
1 parent 97a488e commit 8c4ff07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xous.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::Allocator;
use core::ptr;
use Allocator;

pub struct System {
_priv: (),
Expand Down

0 comments on commit 8c4ff07

Please sign in to comment.