MX 1 год назад
Родитель
Сommit
6cc19118b7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      views/camera_suite_view_camera.c

+ 1 - 1
views/camera_suite_view_camera.c

@@ -94,7 +94,7 @@ static void save_image_to_flipper_sd_card(void* model) {
     FuriString* file_name = furi_string_alloc();
     FuriString* file_name = furi_string_alloc();
 
 
     // Get the current date and time.
     // Get the current date and time.
-    FuriHalRtcDateTime datetime = {0};
+    DateTime datetime = {0};
     furi_hal_rtc_get_datetime(&datetime);
     furi_hal_rtc_get_datetime(&datetime);
 
 
     // Create the file name.
     // Create the file name.