mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-11 09:06:17 +00:00
rename ui8LastCommand by lastCommand.
This commit is contained in:
@@ -139,7 +139,7 @@ pn53x_transceive (struct nfc_device *pnd, const uint8_t *pbtTx, const size_t szT
|
||||
}
|
||||
|
||||
// Command is sent, we store the command
|
||||
CHIP_DATA (pnd)->ui8LastCommand = pbtTx[0];
|
||||
CHIP_DATA (pnd)->lastCommand = pbtTx[0];
|
||||
|
||||
// Handle power mode for PN532
|
||||
if ((CHIP_DATA (pnd)->type == PN532) && (TgInitAsTarget == pbtTx[0])) { // PN532 automatically goes into PowerDown mode when TgInitAsTarget command will be sent
|
||||
|
||||
Reference in New Issue
Block a user