Skip to content

Commit

Permalink
Merge pull request #200 from LedgerHQ/fix-ci
Browse files Browse the repository at this point in the history
Fix ci
  • Loading branch information
bigspider authored Oct 31, 2023
2 parents e549192 + abc4c75 commit 3dab7df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ DISABLE_STANDARD_APP_FILES = 1
# value for NANOS for an unknown reason.
DISABLE_DEFAULT_IO_SEPROXY_BUFFER_SIZE = 1

DEFINES += UNUSED\(x\)=\(void\)x
DEFINES += HAVE_BOLOS_APP_STACK_CANARY


Expand Down
1 change: 0 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ void coin_main() {
}

static void swap_library_main_helper(libargs_t *args) {
check_api_level(CX_COMPAT_APILEVEL);
PRINTF("Inside a library \n");
switch (args->command) {
case CHECK_ADDRESS:
Expand Down

0 comments on commit 3dab7df

Please sign in to comment.