Skip to content

Commit

Permalink
Set API_LEVEL to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeBonnaz committed Feb 1, 2024
1 parent 0ca6412 commit c9e4199
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 @@ -35,7 +35,7 @@ ifeq ($(TARGET),stax)
USE_NBGL ?= 1
endif

API_LEVEL := 0
API_LEVEL := 15
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 c9e4199

Please sign in to comment.