Skip to content

Commit c453676

Browse files
committed
fix missed userlib::* import in lpc55-syscon-api
1 parent 4397cf6 commit c453676

File tree

1 file changed

+1
-1
lines changed
  • drv/lpc55-syscon-api/src

1 file changed

+1
-1
lines changed

drv/lpc55-syscon-api/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
#![no_std]
1212

13-
use userlib::*;
13+
use userlib::{sys_send, FromPrimitive};
1414
use zerocopy::AsBytes;
1515

1616
/// Peripheral numbering.

0 commit comments

Comments
 (0)