Skip to content

Commit

Permalink
TMP - set API LEVEL
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Aug 10, 2023
1 parent 7bb96dd commit 4b5f0e7
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 := 13
TARGET_PATH := $(BOLOS_SDK)/target/$(TARGET)
TARGET_ID := $(shell cat $(TARGET_PATH)/include/bolos_target.h | grep TARGET_ID | cut -f3 -d' ')
TARGET_NAME := $(shell cat $(TARGET_PATH)/include/bolos_target.h | grep TARGET_ | grep -v TARGET_ID | cut -f2 -d' ')
Expand Down

0 comments on commit 4b5f0e7

Please sign in to comment.