mirror of https://github.com/m-labs/artiq.git
libboard: fix compiler warning on not(has_i2c)
This commit is contained in:
parent
5d63489080
commit
6c6bb67618
|
@ -1,3 +1,4 @@
|
||||||
|
#[cfg(has_i2c)]
|
||||||
use csr;
|
use csr;
|
||||||
|
|
||||||
#[cfg(has_i2c)]
|
#[cfg(has_i2c)]
|
||||||
|
|
Loading…
Reference in New Issue