Dependency updates, apply updates from base

master
Levi Pearson 2020-07-10 01:06:12 -06:00
parent fe4af2ae6e
commit 598097f3aa
2 changed files with 2 additions and 6 deletions

View File

@ -23,12 +23,8 @@ nb = "0.1.2"
rtt-target = { version = "0.2.0", features = ["cortex-m"] }
cortex-m-rtic = "0.5.0"
[dependencies.stm32f1]
version = "0.10.0"
features = ["stm32f103", "rt"]
[dependencies.stm32f1xx-hal]
version = "0.5.3"
version = "0.6.1"
features = ["rt", "stm32f103", "medium"]
[[bin]]

View File

@ -7,7 +7,7 @@
#![deny(unsafe_code)]
#![no_std]
#![no_main]
#![cfg_attr(not(doc), no_main)]
use rtt_target::{rprintln, rtt_init_print};
use panic_rtt_target as _;