firmware: load *_reg correctly

This commit is contained in:
Sebastien Bourdeauducq 2017-01-01 18:21:12 +01:00
parent a3041fb23f
commit bb056c1d2c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
use csr;
use ad9154_reg::reg;
mod ad9154_reg;
fn spi_setup() {
unsafe {

View File

@ -1,5 +1,5 @@
use csr;
use ad9516_reg::reg;
mod ad9516_reg;
fn spi_setup() {
unsafe {