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:
authorあく <alleteam@gmail.com>2021-09-29 07:18:28 +0300
committerGitHub <noreply@github.com>2021-09-29 07:18:28 +0300
commit8b6c466058a63922e7846ebffcfc7b14884d455a (patch)
tree1a4526be372a646c1f4d9915b7c22ab472b5098f /applications/applications.mk
parent0126b3aba474b84fc5dfe57bcd42c5b9fc05e634 (diff)
Loader: forget menu position on main menu reentry, proper NULL arg passing. Gui: set current item for menu gui module. (#729)
Diffstat (limited to 'applications/applications.mk')
-rw-r--r--applications/applications.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/applications.mk b/applications/applications.mk
index 1921e958..7bd15518 100644
--- a/applications/applications.mk
+++ b/applications/applications.mk
@@ -204,7 +204,7 @@ CFLAGS += -DSRV_LOADER
SRV_GUI = 1
# Loader autostart hook
LOADER_AUTOSTART ?= ""
-ifneq ($(strip $(LOADER_AUTOSTART)),)
+ifneq ($(strip $(LOADER_AUTOSTART)), "")
CFLAGS += -DLOADER_AUTOSTART="\"$(LOADER_AUTOSTART)\""
endif
# Loader autostart hook END