Skip to content

Commit 7899ca3

Browse files
Fix BOLOS_SDK include path
1 parent 2a74020 commit 7899ca3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*****************************************************************************/
1717

1818
#include "eth_plugin_interface.h"
19-
#include "lib_standard_app/swap_lib_calls.h" // RUN_APPLICATION
19+
#include "swap_lib_calls.h" // RUN_APPLICATION
2020

2121
// Functions implemented by the plugin
2222
void handle_init_contract(ethPluginInitContract_t *parameters);

standard_plugin.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ APPVERSION ?= "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"
2525

2626
# Application source files
2727
APP_SOURCE_PATH += src ethereum-plugin-sdk
28+
INCLUDES_PATH += ${BOLOS_SDK}/lib_standard_app
2829

2930
# Application icons following guidelines:
3031
# https://developers.ledger.com/docs/embedded-app/design-requirements/#device-icon

0 commit comments

Comments
 (0)