Skip to content

Commit

Permalink
Change to expose embedded_time to clients.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-terrell committed Apr 14, 2021
1 parent ede7c82 commit cdd4c3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atsam4-hal"
version = "0.1.12"
version = "0.1.13"
authors = ["John W. Terrell <[email protected]>", "Jacob Alexander <[email protected]>"]
edition = "2018"
description = "HAL for the ATSAM4 microcontrollers"
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ pub use atsam4sd32b_pac as pac;
#[cfg(feature = "atsam4sd32c")]
pub use atsam4sd32c_pac as pac;

pub use embedded_time as time;

use core::mem;

pub mod chipid;
Expand Down

0 comments on commit cdd4c3c

Please sign in to comment.