Skip to content

Commit 6a59fa1

Browse files
committed
State machine step for Erase command
1 parent 614d058 commit 6a59fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/nfc/source/nfc/NFCEEPROM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ void NFCEEPROM::erase_ndef_message()
115115
return;
116116
}
117117

118-
_current_op = nfc_eeprom_read_start_session;
118+
_current_op = nfc_eeprom_erase_start_session;
119119

120120
// Reset EEPROM address
121121
_eeprom_address = 0;

0 commit comments

Comments
 (0)