arag0re.eth пре 1 година
родитељ
комит
c2f6ca50d7
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      eth_save_process.c

+ 2 - 2
eth_save_process.c

@@ -277,7 +277,7 @@ EthernetSaveConfig* ethernet_save_process_malloc() {
 
 void ethernet_save_process_print(EthernetSaveConfig* config, const char* str) {
     furi_assert(config);
-    DateTime datetime = {0};
+    FuriHalRtcDateTime datetime = {0};
     furi_hal_rtc_get_datetime(&datetime);
     storage_printf(
         config->log_file,
@@ -298,4 +298,4 @@ void ethernet_save_process_free(EthernetSaveConfig* config) {
     storage_file_free(config->log_file);
     furi_record_close(RECORD_STORAGE);
     free(config);
-}
+}