Explorar el Código

Fix DateTime to FuriHalRtcDateTime

Esteban Fuentealba hace 1 año
padre
commit
41fc7c7843
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      helpers/malveke_photo.c

+ 1 - 1
helpers/malveke_photo.c

@@ -1,7 +1,7 @@
 #include "malveke_photo.h"
 
 void get_timefilename(FuriString* name, int index) {
-    DateTime datetime = {0};
+    FuriHalRtcDateTime datetime = {0};
     furi_hal_rtc_get_datetime(&datetime);
     furi_string_printf(
         name,