We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4397cf6 commit c453676Copy full SHA for c453676
drv/lpc55-syscon-api/src/lib.rs
@@ -10,7 +10,7 @@
10
11
#![no_std]
12
13
-use userlib::*;
+use userlib::{sys_send, FromPrimitive};
14
use zerocopy::AsBytes;
15
16
/// Peripheral numbering.
0 commit comments