Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottGibb committed Jan 21, 2025
1 parent 4c517c1 commit 5ee0da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/esp32c3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmt-rtt = { version = "0.4.1"}

# Esp32 related dependencies for main.rs. Note: embedded-test comes with its own panic handler and logging sink.
esp-hal = { version = "0.22.0", features = ["esp32c3"] }
esp-backtrace = { version = "0.14.0", features = [
esp-backtrace = { version = "0.15.0", features = [
"esp32c3",
"exception-handler",
"panic-handler",
Expand Down

0 comments on commit 5ee0da6

Please sign in to comment.