mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-02-16 08:53:17 +00:00
removed extra spaces.
This commit is contained in:
parent
9c870981e3
commit
bae30fb397
@ -88,7 +88,7 @@ async fn main(_spawner: Spawner) {
|
||||
// Do stuff with the class!
|
||||
let in_fut = async {
|
||||
let mut rng = RoscRng;
|
||||
|
||||
|
||||
loop {
|
||||
// every 1 second
|
||||
_ = Timer::after_secs(1).await;
|
||||
|
Loading…
Reference in New Issue
Block a user