[FL-1929, FL-2164] IR App migrate to FFF (#949)
* IR app move to FFF * [FL-2164] Hide unimplemented submenus * Fix brute force fail * Fix FFF endless reading * Reformat TV bruteforce lib to FFF * fixes & cleanup * Infrared: switch to constexpr. Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
@@ -435,5 +435,6 @@ bool file_worker_is_file_exist(FileWorker* file_worker, const char* filename, bo
|
||||
storage_file_close(file);
|
||||
storage_file_free(file);
|
||||
|
||||
return file_worker_check_common_errors(file_worker);
|
||||
bool result = file_worker_check_common_errors(file_worker);
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user