Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/update_util/update_manifest.h')
-rw-r--r--lib/update_util/update_manifest.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/update_util/update_manifest.h b/lib/update_util/update_manifest.h
index 2b0c9179..8f385947 100644
--- a/lib/update_util/update_manifest.h
+++ b/lib/update_util/update_manifest.h
@@ -9,8 +9,7 @@ extern "C" {
#include <m-string.h>
#include <furi_hal_flash.h>
-/* Paths don't include /ext -- because at startup SD card is mounted as root */
-#define UPDATE_DIR_DEFAULT_REL_PATH "/update"
+/* Paths don't include /ext -- because at startup SD card is mounted as FS root */
#define UPDATE_MANIFEST_DEFAULT_NAME "update.fuf"
#define UPDATE_MANIFEST_POINTER_FILE_NAME ".fupdate"