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 f737847 commit c878f73Copy full SHA for c878f73
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