forked from M-Labs/artiq
firmware: load *_reg correctly
This commit is contained in:
parent
a3041fb23f
commit
bb056c1d2c
|
@ -1,5 +1,5 @@
|
|||
use csr;
|
||||
use ad9154_reg::reg;
|
||||
mod ad9154_reg;
|
||||
|
||||
fn spi_setup() {
|
||||
unsafe {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
use csr;
|
||||
use ad9516_reg::reg;
|
||||
mod ad9516_reg;
|
||||
|
||||
fn spi_setup() {
|
||||
unsafe {
|
||||
|
|
Loading…
Reference in New Issue