Skip to content

Commit

Permalink
firmware: use bsp crate in ad9154
Browse files Browse the repository at this point in the history
sbourdeauducq committed Dec 17, 2016
1 parent 9a564e0 commit db5957a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/firmware/libksupport/ad9154.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use board::csr;
use bsp::board::csr;

pub extern fn init() {
unsafe {

0 comments on commit db5957a

Please sign in to comment.