dual-iir: fix panic message

master
Robert Jördens 2021-03-01 19:49:21 +01:00
parent 66536c9978
commit 6a96160cd0
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ const APP: () = {
#[task(binds = SPI3, priority = 3)]
fn spi3(_: spi3::Context) {
panic!("ADC0 input overrun");
panic!("ADC1 input overrun");
}
#[task(binds = SPI4, priority = 3)]