diff options
| author | elagil <[email protected]> | 2025-08-25 21:10:59 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-05 14:43:29 +0200 |
| commit | e9783ee28e9bdd89ffaeffb24bbff207c1ceb837 (patch) | |
| tree | dcf348177241127c07d5739aea33cfff968e2dde /embassy-stm32/src/sai | |
| parent | d3718c6d4e0a8485cdef8ecf6deb05c3eff5af08 (diff) | |
fix: build
Diffstat (limited to 'embassy-stm32/src/sai')
| -rw-r--r-- | embassy-stm32/src/sai/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32/src/sai/mod.rs b/embassy-stm32/src/sai/mod.rs index 410b2243c..88cc225dd 100644 --- a/embassy-stm32/src/sai/mod.rs +++ b/embassy-stm32/src/sai/mod.rs | |||
| @@ -650,8 +650,8 @@ impl Config { | |||
| 650 | } | 650 | } |
| 651 | 651 | ||
| 652 | enum RingBuffer<'d, W: word::Word> { | 652 | enum RingBuffer<'d, W: word::Word> { |
| 653 | Writable(WritableRingBuffer<'d, W, 2>), | 653 | Writable(WritableRingBuffer<'d, W>), |
| 654 | Readable(ReadableRingBuffer<'d, W, 2>), | 654 | Readable(ReadableRingBuffer<'d, W>), |
| 655 | } | 655 | } |
| 656 | 656 | ||
| 657 | fn dr<W: word::Word>(w: crate::pac::sai::Sai, sub_block: WhichSubBlock) -> *mut W { | 657 | fn dr<W: word::Word>(w: crate::pac::sai::Sai, sub_block: WhichSubBlock) -> *mut W { |
