Optimize imports

This commit is contained in:
2026-08-26 16:39:17 +08:00
parent ffdea581f1
commit 0810cdb892
12 changed files with 26 additions and 28 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use crate::{BaudRate, Error, Interface, Pn532, Uid};
use crate::commands::{PN532_COMMAND_INDATAEXCHANGE, PN532_COMMAND_INLISTPASSIVETARGET, PN532_COMMAND_INRELEASE};
use crate::error::StatusCode;
use crate::{BaudRate, Error, Interface, Pn532, Uid};
impl<B: Interface> Pn532<B> {
/// Wait for an ISO14443A target and read its UID.