Hide NFC behind feature flag

This commit is contained in:
Mirna
2020-10-26 12:56:53 +02:00
parent bf44d3bb0c
commit a53569007d

View File

@@ -3,6 +3,7 @@
pub mod buttons;
pub mod console;
pub mod led;
#[cfg(feature = "with_nfc")]
pub mod nfc;
pub mod result;
pub mod rng;