diff options
| author | xoviat <[email protected]> | 2023-04-16 19:32:15 -0500 |
|---|---|---|
| committer | xoviat <[email protected]> | 2023-04-16 19:32:15 -0500 |
| commit | 27ec29e2c53e4bc618ec97f0071befe52c8520b9 (patch) | |
| tree | 30715846856f21dcd52d593df71f0ed2675b314b /embassy-stm32/src | |
| parent | 90c1422381f4a798c83146a2125529bb2f761598 (diff) | |
stm32/rtc: remove unused import
Diffstat (limited to 'embassy-stm32/src')
| -rw-r--r-- | embassy-stm32/src/rtc/datetime.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/src/rtc/datetime.rs b/embassy-stm32/src/rtc/datetime.rs index 5be68b89b..6274c1e05 100644 --- a/embassy-stm32/src/rtc/datetime.rs +++ b/embassy-stm32/src/rtc/datetime.rs | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | #[cfg(feature = "chrono")] | ||
| 1 | use core::convert::From; | 2 | use core::convert::From; |
| 2 | 3 | ||
| 3 | #[cfg(feature = "chrono")] | 4 | #[cfg(feature = "chrono")] |
