Skip to content
Snippets Groups Projects
Commit e048e014 authored by Per Lindgren's avatar Per Lindgren
Browse files

exam (wip-1st part)

parent 03f80b1a
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ rtt-target = { version = "0.3.0", features = ["cortex-m"] }
# panic handlers
panic-halt = "0.2.0"
panic-semihosting = "0.5.6"
panic-rtt-target = { version = "0.1.1", features = ["cortex-m"] }
# panic-semihosting = "0.5.6"
# panic-rtt-target = { version = "0.1.1", features = ["cortex-m"] }
[dependencies.stm32f4]
version = "0.12.1"
......
......@@ -5,8 +5,8 @@
#![no_main]
#![no_std]
// use panic_halt as _;
use panic_rtt_target as _;
use panic_halt as _;
// use panic_rtt_target as _;
use rtt_target::{rprintln, rtt_init_print};
use stm32f4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment