Update for new pac #1520
Annotations
3 errors
clippy_check
Clippy has exited with exit code 101
|
no variant or associated item named `DMA1_STR1` found for enum `stm32h7xx_hal::interrupt` in the current scope:
examples/sai_dma_passthru.rs#L236
error[E0599]: no variant or associated item named `DMA1_STR1` found for enum `stm32h7xx_hal::interrupt` in the current scope
--> examples/sai_dma_passthru.rs:236:8
|
236 | fn DMA1_STR1() {
| ^^^^^^^^^
| |
| variant or associated item not found in `interrupt`
| help: there is a variant with a similar name: `DMA_STR1`
|
no variant or associated item named `DMA1_STR1` found for enum `stm32h7xx_hal::interrupt` in the current scope:
examples/sai_dma_passthru.rs#L178
error[E0599]: no variant or associated item named `DMA1_STR1` found for enum `stm32h7xx_hal::interrupt` in the current scope
--> examples/sai_dma_passthru.rs:178:43
|
178 | pac::NVIC::unmask(pac::Interrupt::DMA1_STR1);
| ^^^^^^^^^
| |
| variant or associated item not found in `interrupt`
| help: there is a variant with a similar name: `DMA_STR1`
|