diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-05-21 20:46:03 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-21 20:46:03 +0000 |
| commit | a636bace984c8fddeb6d6ac0b8f8a61bffce3673 (patch) | |
| tree | 2e78cd716988fc5ec04950cb5cfe3dda80d3669f /examples/stm32l4/src | |
| parent | 2da2e57b38e31059d752cc2e39ec3db96c8bb1d0 (diff) | |
| parent | 45a12fd41f1f6230a4aabbfe87552adc610fdc99 (diff) | |
Merge pull request #2974 from embassy-rs/spi-nogenerics
stm32/i2c: remove peripheral generic param.
Diffstat (limited to 'examples/stm32l4/src')
| -rw-r--r-- | examples/stm32l4/src/bin/spe_adin1110_http_server.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l4/src/bin/spe_adin1110_http_server.rs b/examples/stm32l4/src/bin/spe_adin1110_http_server.rs index 985ac8171..33149144c 100644 --- a/examples/stm32l4/src/bin/spe_adin1110_http_server.rs +++ b/examples/stm32l4/src/bin/spe_adin1110_http_server.rs | |||
| @@ -60,7 +60,7 @@ pub type SpeSpiCs = ExclusiveDevice<SpeSpi, Output<'static>, Delay>; | |||
| 60 | pub type SpeInt = exti::ExtiInput<'static>; | 60 | pub type SpeInt = exti::ExtiInput<'static>; |
| 61 | pub type SpeRst = Output<'static>; | 61 | pub type SpeRst = Output<'static>; |
| 62 | pub type Adin1110T = ADIN1110<SpeSpiCs>; | 62 | pub type Adin1110T = ADIN1110<SpeSpiCs>; |
| 63 | pub type TempSensI2c = I2c<'static, peripherals::I2C3, Async>; | 63 | pub type TempSensI2c = I2c<'static, Async>; |
| 64 | 64 | ||
| 65 | static TEMP: AtomicI32 = AtomicI32::new(0); | 65 | static TEMP: AtomicI32 = AtomicI32::new(0); |
| 66 | 66 | ||
