From efc9c9910f6fb90653830f3ae9c0a11aa0dcd8fa Mon Sep 17 00:00:00 2001 From: Lucas PASCAL Date: Mon, 21 Feb 2022 17:15:29 +0100 Subject: [PATCH] Revert "[add] Removing 'pending review' flag" This reverts commit efdd9444537589150173856a6f96dc39fa3f6919. --- app/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/Makefile b/app/Makefile index d950207..31d09fc 100755 --- a/app/Makefile +++ b/app/Makefile @@ -97,6 +97,11 @@ endif APP_LOAD_PARAMS = --appFlags 0x200 --delete $(COMMON_LOAD_PARAMS) --path $(APPPATH) +# Pending review parameters +APP_LOAD_PARAMS += --tlvraw 9F:01 +DEFINES += HAVE_PENDING_REVIEW_SCREEN + + ifeq ($(TARGET_NAME),TARGET_NANOS) APP_STACK_SIZE:=3216 ICONNAME:=$(CURDIR)/nanos_icon.gif