mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-11 17:16:18 +00:00
rename lastCommand by last_command.
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)->lastCommand = pbtTx[0];
|
||||
CHIP_DATA (pnd)->last_command = 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