Skip to content

Commit 602bb0d

Browse files
aescolarkartben
authored andcommitted
arch/posix: Add comment on empty function
So it is clearer this kernel required API does not need to do anything. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 parent b73ff5a commit 602bb0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/posix/core/irq.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ void arch_irq_offload(irq_offload_routine_t routine, const void *parameter)
1717

1818
void arch_irq_offload_init(void)
1919
{
20+
/* Nothing to be done for this architecture */
2021
}
2122
#endif
2223

0 commit comments

Comments
 (0)