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;
|
extern crate byteorder;
|
||||||
|
|
||||||
mod proto;
|
mod proto;
|
||||||
|
#[cfg(has_drtio)]
|
||||||
mod crc32;
|
mod crc32;
|
||||||
|
|
||||||
use std::io::{self, Read, Write};
|
use std::io::{self, Read, Write};
|
||||||
|
#[cfg(has_drtio)]
|
||||||
use core::slice;
|
use core::slice;
|
||||||
use proto::*;
|
use proto::*;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue