forked from M-Labs/artiq
firmware: use bsp crate in ad9154
This commit is contained in:
parent
9a564e07c0
commit
db5957a7e7
|
@ -1,4 +1,4 @@
|
|||
use board::csr;
|
||||
use bsp::board::csr;
|
||||
|
||||
pub extern fn init() {
|
||||
unsafe {
|
||||
|
|
Loading…
Reference in New Issue