mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
fix cfail tests
This commit is contained in:
parent
99df0776c6
commit
8e523d036c
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ rtfm-core = "0.1.0"
|
|||
cortex-m-rtfm-macros = "0.2.1"
|
||||
|
||||
[target.'cfg(target_arch = "x86_64")'.dev-dependencies]
|
||||
compiletest_rs = "0.2.8"
|
||||
compiletest_rs = "0.3.3"
|
||||
|
||||
[dev-dependencies.cortex-m-rt]
|
||||
features = ["abort-on-panic"]
|
||||
|
|
|
@ -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…
Reference in a new issue