Skip to content

Commit 066f04b

Browse files
committed
Updated WAIT_FOR_COMPLETION
- Remove call to pal_os_event_trigger_registered_callback()
1 parent e0d2388 commit 066f04b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/platform/Infineon/crypto/trustm/CHIPCryptoPALHsm_utils_trustm.cpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ void vApplicationTickHook(void)
6666
break; \
6767
} \
6868
while (optiga_lib_status == OPTIGA_LIB_BUSY) \
69-
{ \
70-
pal_os_event_trigger_registered_callback(); \
71-
} \
72-
\
69+
{} \
7370
if (OPTIGA_LIB_SUCCESS != optiga_lib_status) \
7471
{ \
7572
ret = optiga_lib_status; \

0 commit comments

Comments
 (0)