Merge branch 'main' of https://github.com/embassy-rs/embassy into embassy-stm32/rcc-rtc-l4

This commit is contained in:
Mathias
2023-07-01 12:17:12 +02:00
357 changed files with 14097 additions and 8360 deletions

View File

@ -46,5 +46,4 @@ async fn main(_spawner: Spawner) {
let then: NaiveDateTime = rtc.now().unwrap().into();
info!("Got RTC! {:?}", then.timestamp());
}