Browse Source

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>
pull/89737/head
Alberto Escolar Piedras 2 months ago committed by Benjamin Cabé
parent
commit
602bb0dbc6
  1. 1
      arch/posix/core/irq.c

1
arch/posix/core/irq.c

@ -17,6 +17,7 @@ void arch_irq_offload(irq_offload_routine_t routine, const void *parameter) @@ -17,6 +17,7 @@ void arch_irq_offload(irq_offload_routine_t routine, const void *parameter)
void arch_irq_offload_init(void)
{
/* Nothing to be done for this architecture */
}
#endif

Loading…
Cancel
Save