We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6165386 + 2a14b29 commit 3057c6cCopy full SHA for 3057c6c
features/nfc/source/nfc/NFCEEPROM.cpp
@@ -397,6 +397,7 @@ void NFCEEPROM::continue_read()
397
_driver->read_bytes(_eeprom_address, ac_buffer_builder_write_position(buffer_builder), _ndef_buffer_read_sz - _eeprom_address);
398
} else {
399
// Done, close session
400
+ _current_op = nfc_eeprom_read_end_session;
401
_operation_result = NFC_OK;
402
_driver->end_session();
403
}
0 commit comments