forked from M-Labs/artiq
drtioaux: fix compiler warnings
This commit is contained in:
parent
f017d1771f
commit
98be556143
|
@ -8,9 +8,11 @@ extern crate board;
|
|||
extern crate byteorder;
|
||||
|
||||
mod proto;
|
||||
#[cfg(has_drtio)]
|
||||
mod crc32;
|
||||
|
||||
use std::io::{self, Read, Write};
|
||||
#[cfg(has_drtio)]
|
||||
use core::slice;
|
||||
use proto::*;
|
||||
|
||||
|
|
Loading…
Reference in New Issue