Hide NFC behind feature flag
This commit is contained in:
1
third_party/libtock-drivers/src/lib.rs
vendored
1
third_party/libtock-drivers/src/lib.rs
vendored
@@ -3,6 +3,7 @@
|
|||||||
pub mod buttons;
|
pub mod buttons;
|
||||||
pub mod console;
|
pub mod console;
|
||||||
pub mod led;
|
pub mod led;
|
||||||
|
#[cfg(feature = "with_nfc")]
|
||||||
pub mod nfc;
|
pub mod nfc;
|
||||||
pub mod result;
|
pub mod result;
|
||||||
pub mod rng;
|
pub mod rng;
|
||||||
|
|||||||
Reference in New Issue
Block a user