mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Edit hf_st25_tearoff.c comment
Signed-off-by: SecLabz <85152038+SecLabz@users.noreply.github.com>
This commit is contained in:
parent
19789381df
commit
0970558491
1 changed files with 2 additions and 2 deletions
|
@ -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.");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue