File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 16
16
*****************************************************************************/
17
17
18
18
#include "eth_plugin_interface.h"
19
- #include "lib_standard_app/ swap_lib_calls.h" // RUN_APPLICATION
19
+ #include "swap_lib_calls.h" // RUN_APPLICATION
20
20
21
21
// Functions implemented by the plugin
22
22
void handle_init_contract (ethPluginInitContract_t * parameters );
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ APPVERSION ?= "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"
25
25
26
26
# Application source files
27
27
APP_SOURCE_PATH += src ethereum-plugin-sdk
28
+ INCLUDES_PATH += ${BOLOS_SDK}/lib_standard_app
28
29
29
30
# Application icons following guidelines:
30
31
# https://developers.ledger.com/docs/embedded-app/design-requirements/#device-icon
You can’t perform that action at this time.
0 commit comments