forked from M-Labs/artiq
1
0
Fork 0

firmware: remove useless module.

This commit is contained in:
whitequark 2018-03-01 01:22:52 +00:00
parent 54984f080b
commit d051cec0dd
1 changed files with 64 additions and 70 deletions

View File

@ -1,4 +1,3 @@
mod slave_fpga {
use board::{csr, clock};
use core::slice;
use byteorder::{ByteOrder, BigEndian};
@ -72,8 +71,3 @@ mod slave_fpga {
Ok(())
}
}
pub fn load() -> Result<(), &'static str> {
slave_fpga::load()
}