Skip to content

Commit 10c4256

Browse files
grodinomvertescher
authored andcommitted
Fix import
1 parent 0015970 commit 10c4256

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ cortex-m = "0.6.0"
2020
cortex-m-rt = "0.6.8"
2121
nb = "0.1.2"
2222
stm32f7 = "0.9.0"
23+
micromath = "1.0.0"
2324

2425
[dependencies.bare-metal]
2526
version = "0.2.4"

src/rcc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
use core::cmp::min;
22

3-
use cortex_m_semihosting::hprintln;
43
use micromath::F32Ext;
54

65
use crate::device::{rcc, FLASH, RCC};

0 commit comments

Comments
 (0)