Skip to content

Commit

Permalink
update defines to use latest sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed Apr 9, 2024
1 parent 0aa7668 commit a1eb843
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bolos-sys/bindgen/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@

#define HAVE_MATH

#define CX_SHA224_SIZE 28

#endif // DEFINES_H_
7 changes: 6 additions & 1 deletion bolos-sys/bindgen/wrapperFS.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
#define HAVE_BAGL_FONT_INTER_SEMIBOLD_24PX
#define HAVE_BAGL_FONT_INTER_REGULAR_32PX
#define HAVE_BAGL_FONT_HMALPHAMONO_MEDIUM_32PX
#define HAVE_NBGL


#define HAVE_PIEZO_SOUND
#define HAVE_SE_TOUCH
#define HAVE_BLE
#define HAVE_BLE_APDU
#define NBGL_QRCODE


#define NBGL_PAGE
#define NBGL_USE_CASE
Expand Down

0 comments on commit a1eb843

Please sign in to comment.