implement MAC auth for felica

This commit is contained in:
2026-08-28 21:56:37 +08:00
parent f523b7d394
commit 494f4b92eb
20 changed files with 562 additions and 233 deletions
+2 -1
View File
@@ -63,7 +63,8 @@ pub use error::*;
pub use interface::*;
#[cfg(feature = "defmt")]
use defmt::debug;
#[allow(unused_imports)]
use defmt::{error, warn, info, debug, trace};
#[cfg(not(feature = "defmt"))]
#[macro_export]