mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-19 00:16:29 +08:00
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
Block a user