diff options
| author | Dániel Buga <[email protected]> | 2024-12-20 12:45:24 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2024-12-22 21:00:23 +0100 |
| commit | ab8ca3f126447edb3a9eb06aa6fd6cd394219c17 (patch) | |
| tree | 129bff555ec2fee297a932243de03151ec38712c /embassy-time/src/driver_std.rs | |
| parent | 1c485f18a2ee6147bf4cfd66789dc8e0c6e1466c (diff) | |
Rename ETQD, bump date
Diffstat (limited to 'embassy-time/src/driver_std.rs')
| -rw-r--r-- | embassy-time/src/driver_std.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/src/driver_std.rs b/embassy-time/src/driver_std.rs index 35888fddd..87d7ef7eb 100644 --- a/embassy-time/src/driver_std.rs +++ b/embassy-time/src/driver_std.rs | |||
| @@ -3,7 +3,7 @@ use std::thread; | |||
| 3 | use std::time::{Duration as StdDuration, Instant as StdInstant}; | 3 | use std::time::{Duration as StdDuration, Instant as StdInstant}; |
| 4 | 4 | ||
| 5 | use embassy_time_driver::Driver; | 5 | use embassy_time_driver::Driver; |
| 6 | use embassy_time_queue_driver::Queue; | 6 | use embassy_time_queue_utils::Queue; |
| 7 | 7 | ||
| 8 | struct TimeDriver { | 8 | struct TimeDriver { |
| 9 | signaler: Signaler, | 9 | signaler: Signaler, |
