MX пре 1 година
родитељ
комит
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();
 
     // Get the current date and time.
-    FuriHalRtcDateTime datetime = {0};
+    DateTime datetime = {0};
     furi_hal_rtc_get_datetime(&datetime);
 
     // Create the file name.