Edit hf_st25_tearoff.c comment

Signed-off-by: SecLabz <85152038+SecLabz@users.noreply.github.com>
This commit is contained in:
SecLabz 2025-04-16 15:47:52 +02:00 committed by GitHub
commit 0970558491
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -585,7 +585,7 @@ static void st25tb_tag_print(st25tb_data_t *tag) {
//=============================================================================
/**
* @brief Read a block using tear-off technique
* @brief Read a block
* @param block_address Block address to read
* @param block_value Pointer to store read value
* @return Result code (0 for success)
@ -1167,4 +1167,4 @@ void RunMod(void) {
switch_off(); // Turn off RF field
LEDsoff();
DbpString("Exiting " _YELLOW_("HF ST25TB Store/Restore") " mode.");
}
}