MX преди 2 години
родител
ревизия
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.