forked from M-Labs/zynq-rs
zync_us: add lib.rs
This commit is contained in:
parent
79a0d72976
commit
20784803f0
9
libboard_zynq_us/src/lib.rs
Normal file
9
libboard_zynq_us/src/lib.rs
Normal file
@ -0,0 +1,9 @@
|
||||
#![no_std]
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
/// Re-export so that dependents can always use the same version
|
||||
pub use libboard_zynq::smoltcp;
|
||||
|
||||
pub mod slcr;
|
||||
pub mod uart;
|
Loading…
Reference in New Issue
Block a user