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 aa7792c commit edcdcc8Copy full SHA for edcdcc8
drivers/mpsl/flash_sync/flash_sync_rpc_host.c
@@ -106,12 +106,6 @@ static void call_handler_from_high_prio(void)
106
* happening on the radio core, where the handler is called from a high
107
* priority interrupt by MPSL. Alternatively, it is possible to simply
108
* disable interrupts and call the handler directly (probably a worse solution).
109
-
110
- * However, for the current only use case (Flash IPUC) + PoC calling the handler
111
- * from a thread with the highest priority is sufficient.
112
- * Additionally, for this case it could be difficult to achieve the goal
113
- * using an interrupt handler, as the Flash IPUC implementation needs
114
- * to perform calls via IPC.
115
*/
116
high_prio_handler();
117
}
0 commit comments