diff options
Diffstat (limited to 'src/stkutil.c')
-rw-r--r-- | src/stkutil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stkutil.c b/src/stkutil.c index 6e2153aa..6dc55a11 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -3218,6 +3218,7 @@ unsigned int stk_pdu_from_response(const struct stk_response *response, NULL); break; case STK_COMMAND_TYPE_REFRESH: + case STK_COMMAND_TYPE_SETUP_MENU: break; default: return 0; |