hmc7043: fix dumb mistake in previous commit

This commit is contained in:
Sebastien Bourdeauducq 2018-07-12 13:01:41 +08:00
parent 8802b930de
commit 29c35ee553
1 changed files with 2 additions and 2 deletions

View File

@ -131,8 +131,6 @@ mod hmc830 {
write(0x4, m_div);
write(0x3, n_div);
clock::spin_us(10_000);
info!(" ...done");
}
@ -339,6 +337,8 @@ pub mod hmc7043 {
write(0x1, 0xc8); // Synchronize dividers
write(0x1, 0x40); // Unmute, high-performance/low-noise mode
clock::spin_us(10_000);
info!(" ...done");
}