Parcourir la source

FuriHalRtc refactor: new datetime lib

Esteban Fuentealba il y a 2 ans
Parent
commit
8da6d9d1af
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {
-    FuriHalRtcDateTime datetime = {0};
+    DateTime datetime = {0};
     furi_hal_rtc_get_datetime(&datetime);
     furi_string_printf(
         name,