arag0re.eth 1 год назад
Родитель
Сommit
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);
-}
+}