XAP messages extend timeout?

This commit is contained in:
zvecr 2022-04-11 02:14:19 +01:00
parent ffb0575eb8
commit 1ea2928d2a
3 changed files with 11 additions and 0 deletions

View file

@ -97,6 +97,9 @@ void xap_execute_route(xap_token_t token, const xap_route_t *routes, size_t max_
// xap_respond_failure(token, XAP_RESPONSE_FLAG_UNLOCK_IN_PROGRESS);
// return;
// }
// TODO: XAP messages extend timeout?
secure_activity_event();
#endif
switch (route.flags.type) {