Explorar el Código

datetime fixes

MX hace 1 año
padre
commit
bc38e01d2e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;