lint code

This commit is contained in:
aanper
2020-10-13 20:59:39 +03:00
parent f696673700
commit b007b9cb60
9 changed files with 271 additions and 23 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ void fatfs_list(void* p) {
furi_log = get_default_log();
FuriRecordSubscriber* fb_record = furi_open_deprecated("u8g2_fb", false, false, NULL, NULL, NULL);
FuriRecordSubscriber* fb_record =
furi_open_deprecated("u8g2_fb", false, false, NULL, NULL, NULL);
if(fb_record == NULL) {
fuprintf(furi_log, "[widget][fatfs_list] cannot create fb record\n");
furiac_exit(NULL);