Skip to content

Commit

Permalink
fix missed userlib::* import in lpc55-syscon-api
Browse files Browse the repository at this point in the history
  • Loading branch information
aapoalas committed Oct 11, 2024
1 parent 4397cf6 commit c453676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drv/lpc55-syscon-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#![no_std]

use userlib::*;
use userlib::{sys_send, FromPrimitive};
use zerocopy::AsBytes;

/// Peripheral numbering.
Expand Down

0 comments on commit c453676

Please sign in to comment.