theageoflove 2 лет назад
Родитель
Сommit
f8faf3b6b9
1 измененных файлов с 6 добавлено и 3 удалено
  1. 6 3
      zeitraffer.c

+ 6 - 3
zeitraffer.c

@@ -401,12 +401,15 @@ int32_t zeitraffer_app(void* p) {
      if(!flipper_format_write_int32(save, "Time", &Time, 1)) {notification_message(notifications, &sequence_error); break;}
      if(!flipper_format_write_int32(save, "Count", &Count, 1)) {notification_message(notifications, &sequence_error); break;}
      if(!flipper_format_write_int32(save, "Backlight", &Backlight, 1)) {notification_message(notifications, &sequence_error); break;}
-     if(!flipper_format_write_int32(save, "Delay", &Delay, 1)) {notification_message(notifications, &sequence_error); break;}
+     if(!flipper_format_write_int32(save, "Delay", &Delay, 1)) {
+		notification_message(notifications, &sequence_error); 
+		break;
+		}
      
     } while(0);
-
+	
+	
     flipper_format_free(save);
-
     furi_record_close(RECORD_STORAGE);
 
     // Очищаем таймер