Skip to content

Commit

Permalink
Exclude Nano S
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Feb 4, 2025
1 parent c08d21c commit 76b74b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ledger_secure_sdk_sys/src/c/src.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ void c_boot_std() {
io_seproxyhal_spi_send(c, 4);
#endif

#ifndef TARGET_NANOS
// Warn UX layer of io reset to avoid unwanted pin lock
memset(&G_ux_params, 0, sizeof(G_ux_params));
G_ux_params.ux_id = BOLOS_UX_IO_RESET;
Expand All @@ -291,6 +292,7 @@ void c_boot_std() {
break;
}
}
#endif

#ifdef HAVE_BLE
unsigned int plane = G_io_app.plane_mode;
Expand Down

0 comments on commit 76b74b6

Please sign in to comment.