Skip to content

Commit edcdcc8

Browse files
committed
drivers: Remove SUIT use case
Remove comment about SUIT use cases. Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent aa7792c commit edcdcc8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

drivers/mpsl/flash_sync/flash_sync_rpc_host.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,6 @@ static void call_handler_from_high_prio(void)
106106
* happening on the radio core, where the handler is called from a high
107107
* priority interrupt by MPSL. Alternatively, it is possible to simply
108108
* 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.
115109
*/
116110
high_prio_handler();
117111
}

0 commit comments

Comments
 (0)