Skip to content

Commit e8c998a

Browse files
authored
Merge pull request embassy-rs#2563 from nbars/main
Print panics via defmt per default for the stm32f0 example
2 parents 9664972 + 6e24f05 commit e8c998a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/stm32f0/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-sing
1313
cortex-m-rt = "0.7.0"
1414
defmt = "0.3"
1515
defmt-rtt = "0.4"
16-
panic-probe = "0.3"
16+
panic-probe = { version = "0.3", features = ["print-defmt"] }
1717
embassy-sync = { version = "0.5.0", path = "../../embassy-sync", features = ["defmt"] }
1818
embassy-executor = { version = "0.5.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "defmt", "integrated-timers"] }
1919
embassy-time = { version = "0.3.0", path = "../../embassy-time", features = ["defmt", "defmt-timestamp-uptime", "tick-hz-32_768"] }

0 commit comments

Comments
 (0)