Skip to content

Commit

Permalink
Fix CI errors for flash example
Browse files Browse the repository at this point in the history
  • Loading branch information
usbalbin committed Nov 29, 2023
1 parent 24b98ca commit b6a1d78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ optional = true
[dev-dependencies]
cortex-m-rt = "0.7.2"
defmt-rtt = "0.4.0"
cortex-m-rtic = "0.5.8"
cortex-m-rtic = "1.1.4"
cortex-m-semihosting = "0.3.5"
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
panic-semihosting = "0.5.3"
Expand Down Expand Up @@ -101,3 +101,7 @@ debug = false
codegen-units = 1
incremental = false
lto = true

[[example]]
name = "flash_with_rtic"
required-features = ["stm32g474"]
2 changes: 0 additions & 2 deletions examples/flash_with_rtic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ mod app {

const LOG_LEVEL: log::LevelFilter = log::LevelFilter::Info;

use panic_halt as _; // you can put a breakpoint on `rust_begin_unwind` to catch panics

// Resources shared between tasks
#[shared]
struct Shared {}
Expand Down

0 comments on commit b6a1d78

Please sign in to comment.