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 a0dedef commit de87ba2Copy full SHA for de87ba2
boards/native/nrf_bsim/board_irq.h
@@ -18,6 +18,7 @@ void nrfbsim_WFE_model(void);
18
void nrfbsim_SEV_model(void);
19
20
#define IRQ_ZERO_LATENCY BIT(1) /* Unused in this board*/
21
+#define IRQ_PRIO_LOWEST UINT8_MAX
22
23
#ifdef __cplusplus
24
}
0 commit comments