[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
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user