mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
corrected comments
This commit is contained in:
parent
d8d56d9e74
commit
274996da1f
1 changed files with 2 additions and 2 deletions
|
@ -717,7 +717,7 @@ static bool write(uint8_t word[4], uint8_t address) {
|
|||
|
||||
if (request_receive_mode()) {
|
||||
|
||||
// send selective read command
|
||||
// send write command
|
||||
em4x50_send_byte_with_parity(EM4X50_COMMAND_WRITE);
|
||||
|
||||
// send address data
|
||||
|
@ -753,7 +753,7 @@ static bool write_password(uint8_t password[4], uint8_t new_password[4]) {
|
|||
|
||||
if (request_receive_mode()) {
|
||||
|
||||
// send selective read command
|
||||
// send write password command
|
||||
em4x50_send_byte_with_parity(EM4X50_COMMAND_WRITE_PASSWORD);
|
||||
|
||||
// send address data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue