diff --git a/armsrc/Standalone/hf_st25_tearoff.c b/armsrc/Standalone/hf_st25_tearoff.c index 145b96f05..0f315e934 100644 --- a/armsrc/Standalone/hf_st25_tearoff.c +++ b/armsrc/Standalone/hf_st25_tearoff.c @@ -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."); -} \ No newline at end of file +}