diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-01-27 00:08:02 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-01-27 00:08:02 +0100 |
| commit | 0719b05d63a1d80d3b8ea39a411545a6e8e22ec2 (patch) | |
| tree | 9abf789ef5213c191433466b0b201edde967eaed /embassy-traits/src/lib.rs | |
| parent | d76cd5ceaf5140c48ef97180beae156c0c0e07c8 (diff) | |
traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.
Diffstat (limited to 'embassy-traits/src/lib.rs')
| -rw-r--r-- | embassy-traits/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/embassy-traits/src/lib.rs b/embassy-traits/src/lib.rs index a41d0106f..9c5c367a8 100644 --- a/embassy-traits/src/lib.rs +++ b/embassy-traits/src/lib.rs | |||
| @@ -3,6 +3,3 @@ | |||
| 3 | #![feature(type_alias_impl_trait)] | 3 | #![feature(type_alias_impl_trait)] |
| 4 | 4 | ||
| 5 | pub mod adapter; | 5 | pub mod adapter; |
| 6 | pub mod delay; | ||
| 7 | pub mod flash; | ||
| 8 | pub mod rng; | ||
