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-12-15 01:39:59 +0300
committerGitHub <noreply@github.com>2021-12-15 01:39:59 +0300
commit6579368053a0572d1fff38ca3a91ab209df1a1d2 (patch)
treefe32d41301876edee2ef3af6002b2d005b42dbc2 /applications/applications.mk
parent965067b5bd7fb3fbb77d0459cc9ea10492168ad7 (diff)
[FL-1818] System setting and debug options. RTC HAL refactoring. (#902)
* FuriHal: RTC API refactoring. System Setting application. FuriCore: adjustable log levels. Minor code cleanup. * Storage: change logging levels for internal storage. * FuriCore: fix broken trace logging level
Diffstat (limited to 'applications/applications.mk')
-rw-r--r--applications/applications.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/applications/applications.mk b/applications/applications.mk
index e98e4fb9..e067faef 100644
--- a/applications/applications.mk
+++ b/applications/applications.mk
@@ -316,9 +316,3 @@ SRV_STORAGE ?= 0
ifeq ($(SRV_STORAGE), 1)
CFLAGS += -DSRV_STORAGE
endif
-
-
-LAB_TESTS ?= 0
-ifeq ($(LAB_TESTS), 1)
-CFLAGS += -DLAB_TESTS
-endif \ No newline at end of file