mirror of
https://github.com/m-labs/artiq.git
synced 2025-02-16 12:33:20 +08:00
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
Block a user