Skip to content

Commit

Permalink
Set API_LEVEL 19
Browse files Browse the repository at this point in the history
  • Loading branch information
abonnaudet-ledger committed Apr 26, 2024
1 parent 9a19a02 commit a6b57fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.defines
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ifeq ($(filter $(TARGET),$(TARGETS)),)
$(error TARGET not set to a valid value (possible values: $(TARGETS)))
endif

API_LEVEL := 0
API_LEVEL := 19
TARGET_PATH := $(BOLOS_SDK)/target/$(TARGET)
TARGET_ID := $(shell cat $(TARGET_PATH)/include/bolos_target.h | grep TARGET_ID | cut -f3 -d' ')
TARGET_NAME := $(sort $(shell cat $(TARGET_PATH)/include/bolos_target.h | grep TARGET_ | grep -v TARGET_ID | cut -f2 -d' '))
Expand Down

0 comments on commit a6b57fe

Please sign in to comment.