State machine step for Erase command

pull/8718/head
Conrad Braam 2018-11-12 16:13:21 +00:00
parent 614d058bb2
commit 6a59fa1e62
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ void NFCEEPROM::erase_ndef_message()
return;
}
_current_op = nfc_eeprom_read_start_session;
_current_op = nfc_eeprom_erase_start_session;
// Reset EEPROM address
_eeprom_address = 0;