We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c839a13 commit cd1c8c6Copy full SHA for cd1c8c6
include/os_ux.h
@@ -64,8 +64,8 @@ typedef struct bolos_ux_params_s {
64
} pairing_ok;
65
} pairing_status; // sent in BOLOS_UX_ASYNCHMODAL_PAIRING_STATUS message
66
#endif // HAVE_BLE
67
-#endif // defined(HAVE_BLE) || defined(HAVE_KEYBOARD_UX)
68
- struct { // for BOLOS_UX_DELAY_LOCK command
+#endif // defined(HAVE_BLE) || defined(HAVE_KEYBOARD_UX)
+ struct { // for BOLOS_UX_DELAY_LOCK command
69
uint32_t delay_ms;
70
} lock_delay;
71
} u;
0 commit comments