Fix (not) asking to make sure to flash in scripts
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
int emmcDumpSpecific(char *part, char *path);
|
||||
int emmcDumpBoot(char *basePath);
|
||||
int mmcFlashFile(char *path, short mmcType);
|
||||
int mmcFlashFile(char *path, short mmcType, bool warnings);
|
||||
|
||||
int emmcDumpPart(char *path, sdmmc_storage_t *mmcstorage, emmc_part_t *part);
|
||||
int emmcRestorePart(char *path, sdmmc_storage_t *mmcstorage, emmc_part_t *part);
|
||||
int emmcRestorePart(char *path, sdmmc_storage_t *mmcstorage, emmc_part_t *part, bool warnings);
|
||||
Reference in New Issue
Block a user