Skip to content

Commit 2ccb731

Browse files
eivindj-nordictmon-nordic
authored andcommitted
nrf_modem: os: increase number of semaphores required
There is the need for one more semaphore if the modem library is used in both normal and bootloader mode. Signed-off-by: Eivind Jølsgard <[email protected]>
1 parent 161b58f commit 2ccb731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf_modem/include/nrf_modem_os.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern "C" {
2727
/** Infinite time-out. */
2828
#define NRF_MODEM_OS_FOREVER -1
2929
/** Number of OS semaphores required. */
30-
#define NRF_MODEM_OS_NUM_SEM_REQUIRED 6
30+
#define NRF_MODEM_OS_NUM_SEM_REQUIRED 7
3131

3232
enum log_level {
3333
NRF_MODEM_LOG_LEVEL_NONE,

0 commit comments

Comments
 (0)