MX 1 rok temu
rodzic
commit
6cc19118b7
1 zmienionych plików z 1 dodań i 1 usunięć
  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.