2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-17 21:11:56 +08:00
This commit is contained in:
Sebastien Bourdeauducq 2018-06-20 17:02:54 +08:00
parent 0c32d07e8b
commit 5272c11704

View File

@ -307,7 +307,7 @@ pub mod hmc7043 {
write(0x1, 0x4a); // Reset dividers and FSMs
write(0x1, 0x48);
write(0x1, 0xc8); // Synchronize dividers
write(0x1, 0x40); // Unmute, high-performace/low-noise mode
write(0x1, 0x40); // Unmute, high-performance/low-noise mode
info!(" ...done");
}