Use standard app crypto helper to simplify io_seproxyhal_touch_tx_ok

This commit is contained in:
Francois Beutin
2023-12-08 17:11:22 +01:00
parent 277b505fd8
commit b3d96d1b86
2 changed files with 23 additions and 28 deletions

View File

@@ -266,6 +266,9 @@ else
APP_SOURCE_PATH += src_bagl
endif
# Allow usage of function from lib_standard_app/crypto_helpers.c
APP_SOURCE_FILES += ${BOLOS_SDK}/lib_standard_app/crypto_helpers.c
### initialize plugin SDK submodule if needed, rebuild it, and warn if a difference is noticed
ifeq ($(CHAIN),ethereum)
ifneq ($(shell git submodule status | grep '^[-+]'),)