Skip to content

Commit 5a891ac

Browse files
Remove unused os_ux_result() function
1 parent ad5d3e8 commit 5a891ac

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/os_ux.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ void bolos_test_ux_apdu(void);
8484
// is not processed. when returning !0 the application must send a general status (or continue its
8585
// command flow)
8686
SYSCALL TASKSWITCH unsigned int os_ux(bolos_ux_params_t *params PLENGTH(sizeof(bolos_ux_params_t)));
87-
// read parameters back from the UX app. useful to read keyboard type or such
88-
SYSCALL void os_ux_result(bolos_ux_params_t *params PLENGTH(sizeof(bolos_ux_params_t)));
8987

9088
// process all possible messages while waiting for a ux to finish,
9189
// unprocessed messages are replied with a generic general status

0 commit comments

Comments
 (0)