MX пре 1 година
родитељ
комит
bc38e01d2e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      services/config/config.c

+ 1 - 1
services/config/config.c

@@ -71,7 +71,7 @@ static char* totp_config_file_backup_i(Storage* storage) {
         return NULL;
     }
 
-    FuriHalRtcDateTime current_datetime;
+    DateTime current_datetime;
     furi_hal_rtc_get_datetime(&current_datetime);
 
     uint8_t backup_path_size = sizeof(CONFIG_FILE_BACKUP_BASE_PATH) + 14;