diff options
| -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")] |
