diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-09-29 09:29:33 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-29 09:29:33 +0000 |
| commit | 8b9f4ad259ebb2c4fd2258f1c12ac33a5a8f8976 (patch) | |
| tree | f573324f2449b68b7b1fef579b755a67dbb406d7 /embassy-time/src | |
| parent | 77ece3f903735b50f265ddd43520c50e0f28c1a1 (diff) | |
| parent | 72c2e985bb481fbc2e138a8e98b9dbb27878f370 (diff) | |
Merge #988
988: Update embedded-hal versions and explicitly pin r=lulf a=lulf
Pinning to ensure CI don't accidentally break.
Co-authored-by: Ulf Lilleengen <[email protected]>
Diffstat (limited to 'embassy-time/src')
| -rw-r--r-- | embassy-time/src/delay.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/src/delay.rs b/embassy-time/src/delay.rs index 0a7982963..ff6b6869a 100644 --- a/embassy-time/src/delay.rs +++ b/embassy-time/src/delay.rs | |||
| @@ -18,7 +18,7 @@ pub struct Delay; | |||
| 18 | mod eh1 { | 18 | mod eh1 { |
| 19 | use super::*; | 19 | use super::*; |
| 20 | 20 | ||
| 21 | impl embedded_hal_1::delay::blocking::DelayUs for Delay { | 21 | impl embedded_hal_1::delay::DelayUs for Delay { |
| 22 | type Error = core::convert::Infallible; | 22 | type Error = core::convert::Infallible; |
| 23 | 23 | ||
| 24 | fn delay_us(&mut self, us: u32) -> Result<(), Self::Error> { | 24 | fn delay_us(&mut self, us: u32) -> Result<(), Self::Error> { |
