mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
fix cfail tests
This commit is contained in:
parent
99df0776c6
commit
8e523d036c
2 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ extern crate stm32f103xx;
|
|||
use rtfm::app;
|
||||
|
||||
app! {
|
||||
//~^ error no associated item named `EXTI33` found for type
|
||||
//~^ error no variant named `EXTI33` found for type
|
||||
device: stm32f103xx,
|
||||
|
||||
tasks: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue