Skip to content

Commit c878f73

Browse files
aescolarkoffes
authored andcommitted
[nrf fromtree] boards nrf_bsim: Provide IRQ_PRIO_LOWEST
Some apps use it, so let's provide it. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit c4e6ec8)
1 parent f737847 commit c878f73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/native/nrf_bsim/board_irq.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ void nrfbsim_WFE_model(void);
1818
void nrfbsim_SEV_model(void);
1919

2020
#define IRQ_ZERO_LATENCY BIT(1) /* Unused in this board*/
21+
#define IRQ_PRIO_LOWEST UINT8_MAX
2122

2223
#ifdef __cplusplus
2324
}

0 commit comments

Comments
 (0)