diff options
Diffstat (limited to 'src/stkutil.c')
-rw-r--r-- | src/stkutil.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stkutil.c b/src/stkutil.c index 8314e5ff..62878ec7 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -3217,6 +3217,8 @@ unsigned int stk_pdu_from_response(const struct stk_response *response, &response->poll_interval.max_interval, NULL); break; + case STK_COMMAND_TYPE_PLAY_REFRESH: + break; default: return 0; }; |