Skip to content

Update for new pac #1520

Update for new pac

Update for new pac #1520

Triggered via pull request May 5, 2025 19:19
Status Failure
Total duration 1m 27s
Artifacts

clippy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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`