Skip to content
Commit f6a55c96 authored by Robert Lubos's avatar Robert Lubos Committed by Benjamin Cabé
Browse files

net: coap_client: Fix CoAP client thread priority



The default thread priority for the CoAP client thread is set to
NUM_PREEMPT_PRIORITIES which is not a valid thread priority, as the
lowest application thread priority is actually
NUM_PREEMPT_PRIORITIES - 1. Because of this, CoAP client library gave an
assert on boot if assertions were enabled.

Kconfig does not allow for arithmetics when setting integer defaults,
therefore handle this at the preprocessor stage by limiting the actual
priority assigned to the CoAP client thread to a valid range.

Signed-off-by: default avatarRobert Lubos <robert.lubos@nordicsemi.no>
parent 5601c18b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment