Skip to content

Commit

Permalink
Fix guidelines enforcer test
Browse files Browse the repository at this point in the history
  • Loading branch information
timemarkovqtum committed Oct 9, 2023
1 parent a7fd985 commit f0f8ecd
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 @@ -121,7 +121,6 @@ DISABLE_DEFAULT_IO_SEPROXY_BUFFER_SIZE = 1
DISABLE_STANDARD_USB = 1

DEFINES += HAVE_IO_USB HAVE_L4_USBLIB IO_USB_MAX_ENDPOINTS=4 IO_HID_EP_LENGTH=64 HAVE_USB_APDU
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 @@ -266,7 +266,6 @@ void coin_main() {
}

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

0 comments on commit f0f8ecd

Please sign in to comment.