Skip to content

Commit

Permalink
Add deprecated flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin.meudic committed Sep 10, 2024
1 parent 0b446a4 commit ed7420d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.standard_app
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,14 @@ ifeq ($(HAVE_APPLICATION_FLAG_LIBRARY), 1)
STANDARD_APP_FLAGS := $(shell echo $$(($(STANDARD_APP_FLAGS) + 0x800)))
endif
ifeq ($(HAVE_APPLICATION_FLAG_NOT_REVIEWED), 1)
# APPLICATION_FLAG_LIBRARY 0x800
# APPLICATION_FLAG_LIBRARY 0x2000
STANDARD_APP_FLAGS := $(shell echo $$(($(STANDARD_APP_FLAGS) + 0x20000)))
endif


# deprecated
# Pending review flag
# use HAVE_APPLICATION_FLAG_NOT_REVIEWED flag instead
ifeq ($(ENABLE_PENDING_REVIEW_SCREEN), 1)
TLVRAW_APP_LOAD_PARAMS += 9F:01
DEFINES += HAVE_PENDING_REVIEW_SCREEN
Expand Down

0 comments on commit ed7420d

Please sign in to comment.