Skip to content

Commit

Permalink
[fix] compatibility with IO revamped SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Portron committed Jan 2, 2025
1 parent a468a22 commit c3af9e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ else
DEFINES += RK_SIZE=6144
endif

DISABLE_OS_IO_STACK_USE = 1

#DEFINES += HAVE_DEBUG_THROWS
#DEFINES += HAVE_CBOR_DEBUG

Expand Down
1 change: 1 addition & 0 deletions src/app_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "globals.h"
#include "config.h"
#include "u2f_process.h"
#include "u2f_processing.h"
#include "ui_shared.h"
#include "ctap2.h"
#include "rk_storage.h"
Expand Down
2 changes: 1 addition & 1 deletion src/ctap2/ctap2_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
********************************************************************************/

#include <lib_standard_app/io.h>
#include <lib_u2f/include/u2f_processing.h>
#include "u2f_processing.h"

#include "ctap2.h"
#include "ctap2_utils.h"
Expand Down

0 comments on commit c3af9e7

Please sign in to comment.