mirror of
https://github.com/m5stack/M5Unit-NFC.git
synced 2026-05-20 11:48:34 -07:00
Cosmetic change
This commit is contained in:
@@ -216,7 +216,7 @@ bool UnitST25R3916::nfcaReceive(uint8_t* rx, uint16_t& rx_len, const uint32_t ti
|
||||
}
|
||||
|
||||
if (!wait_for_FIFO(timeout_ms, rx_len_org)) {
|
||||
//M5_LIB_LOGE("nfcaReceive timeout rx_len=%u timeout_ms=%u", rx_len_org, timeout_ms);
|
||||
// M5_LIB_LOGE("nfcaReceive timeout rx_len=%u timeout_ms=%u", rx_len_org, timeout_ms);
|
||||
M5_LIB_LOGD("Timeout");
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user