Merge branch 'master' of https://github.com/ConradBraam/mbed-os into dev_rollup

pull/8753/head
Martin Kojtal 2018-11-15 14:04:41 +00:00
commit 48569e1cf7
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;