mirror of https://github.com/ARMmbed/mbed-os.git
Merge branch 'master' of https://github.com/ConradBraam/mbed-os into dev_rollup
commit
48569e1cf7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue