Skip to content
Snippets Groups Projects
Commit 8e523d03 authored by Jorge Aparicio's avatar Jorge Aparicio
Browse files

fix cfail tests

parent 99df0776
No related branches found
No related tags found
No related merge requests found
......@@ -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: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment