firmware: use bsp crate in ad9154

This commit is contained in:
Sebastien Bourdeauducq 2016-12-17 11:43:29 +08:00
parent 9a564e07c0
commit db5957a7e7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
use board::csr;
use bsp::board::csr;
pub extern fn init() {
unsafe {