Skip to content

Commit 2544076

Browse files
committed
Fixes typo
1 parent aea50d2 commit 2544076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/unit/unit_MFRC522.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ bool UnitMFRC522::nfcaTransceive(uint8_t* rx, uint16_t& rx_len, const uint8_t* t
233233
}
234234

235235
if (rx_len_org > cap) {
236-
M5_LIB_LOGW("too large rx_len %u", rx_org_len);
236+
M5_LIB_LOGW("too large rx_len %u", rx_len_org);
237237
return false;
238238
}
239239

0 commit comments

Comments
 (0)