Commit 06b22ebf authored by Alberto Escolar Piedras's avatar Alberto Escolar Piedras Committed by Carles Cufi
Browse files

nrf52_bsim: Provide definition of IRQ_ZERO_LATENCY



As it is required by some drivers.

Signed-off-by: default avatarAlberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
parent 464dfc14
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -80,6 +80,8 @@ extern void posix_irq_check_idle_exit(void);
#define ARCH_ISR_DIRECT_PM() do { } while (false)
#endif

#define IRQ_ZERO_LATENCY	BIT(1) /* Unused in this board*/

#ifdef __cplusplus
}
#endif