forked from M-Labs/artiq
libboard: fix use
This commit is contained in:
parent
95b3ddbaf0
commit
e1e1f58ba9
|
@ -10,9 +10,9 @@
|
||||||
* sysref clock: 15.625MHz (div=64)
|
* sysref clock: 15.625MHz (div=64)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use clock;
|
|
||||||
|
|
||||||
mod hmc830 {
|
mod hmc830 {
|
||||||
|
use clock;
|
||||||
use csr;
|
use csr;
|
||||||
|
|
||||||
const HMC830_WRITES: [(u8, u32); 16] = [
|
const HMC830_WRITES: [(u8, u32); 16] = [
|
||||||
|
|
Loading…
Reference in New Issue