Removed app floopper-bloopper and font FontGlyph (#549)
* Remove app floopper-bloopper and FontGlyph * Gui: proper viewport allocator declaration Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
@@ -28,7 +28,6 @@ APP_LF_RFID = 1
|
||||
APP_NFC = 1
|
||||
APP_GPIO_DEMO = 1
|
||||
APP_MUSIC_PLAYER = 1
|
||||
APP_FLOOPPER_BLOOPPER = 1
|
||||
APP_IBUTTON = 1
|
||||
APP_ARCHIVE = 1
|
||||
|
||||
@@ -263,16 +262,6 @@ ifeq ($(APP_MUSIC_PLAYER), 1)
|
||||
CFLAGS += -DAPP_MUSIC_PLAYER
|
||||
endif
|
||||
|
||||
SRV_FLOOPPER_BLOOPPER ?= 0
|
||||
ifeq ($(SRV_FLOOPPER_BLOOPPER), 1)
|
||||
CFLAGS += -DSRV_FLOOPPER_BLOOPPER
|
||||
APP_FLOOPPER_BLOOPPER = 1
|
||||
endif
|
||||
APP_FLOOPPER_BLOOPPER ?= 0
|
||||
ifeq ($(APP_FLOOPPER_BLOOPPER), 1)
|
||||
CFLAGS += -DAPP_FLOOPPER_BLOOPPER
|
||||
endif
|
||||
|
||||
SRV_IBUTTON ?= 0
|
||||
ifeq ($(SRV_IBUTTON), 1)
|
||||
CFLAGS += -DSRV_IBUTTON
|
||||
|
||||
Reference in New Issue
Block a user