Skip to content

Commit ceb82de

Browse files
committed
Exclude Nano S
1 parent d5c423e commit ceb82de

File tree

1 file changed

+2
-0
lines changed
  • ledger_secure_sdk_sys/src/c

1 file changed

+2
-0
lines changed

ledger_secure_sdk_sys/src/c/src.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ void c_boot_std() {
279279
io_seproxyhal_spi_send(c, 4);
280280
#endif
281281

282+
#ifndef TARGET_NANOS
282283
// Warn UX layer of io reset to avoid unwanted pin lock
283284
memset(&G_ux_params, 0, sizeof(G_ux_params));
284285
G_ux_params.ux_id = BOLOS_UX_IO_RESET;
@@ -291,6 +292,7 @@ void c_boot_std() {
291292
break;
292293
}
293294
}
295+
#endif
294296

295297
#ifdef HAVE_BLE
296298
unsigned int plane = G_io_app.plane_mode;

0 commit comments

Comments
 (0)