mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Fix for latest nightly
This commit is contained in:
parent
7ddfeafc84
commit
2c13e25184
@ -2,10 +2,11 @@
|
||||
#![feature(slice_fill)]
|
||||
#![feature(generic_associated_types)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(const_fn_fn_ptr_basics)]
|
||||
|
||||
pub mod executor;
|
||||
pub mod flash;
|
||||
pub mod io;
|
||||
pub mod rand;
|
||||
pub mod time;
|
||||
pub mod util;
|
||||
pub mod rand;
|
Loading…
Reference in New Issue
Block a user