fix npdref

This commit is contained in:
HTotoo
2023-09-20 17:07:50 +02:00
parent b9382c912e
commit 7318a08c32
20 changed files with 20 additions and 19 deletions

View File

@@ -271,5 +271,6 @@ bool subghz_history_add_to_history(
furi_string_free(text);
instance->last_index_write++;
FURI_LOG_E(TAG, "Add history exit");
return true;
}