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 ad5d3e8 commit 5a891acCopy full SHA for 5a891ac
1 file changed
include/os_ux.h
@@ -84,8 +84,6 @@ void bolos_test_ux_apdu(void);
84
// is not processed. when returning !0 the application must send a general status (or continue its
85
// command flow)
86
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)));
89
90
// process all possible messages while waiting for a ux to finish,
91
// unprocessed messages are replied with a generic general status
0 commit comments