samples: net: net_mgmt: Fix compile issues from timeout overhaul
Feed proper time delay parameter to K_THREAD_DEFINE() Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
36b151c566
commit
da2488d96e
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ static void trigger_events(void)
|
|||
|
||||
K_THREAD_DEFINE(trigger_events_thread_id, STACK_SIZE,
|
||||
trigger_events, NULL, NULL, NULL,
|
||||
THREAD_PRIORITY, 0, K_FOREVER);
|
||||
THREAD_PRIORITY, 0, -1);
|
||||
|
||||
static char *get_ip_addr(char *ipaddr, size_t len, sa_family_t family,
|
||||
struct net_mgmt_msghdr *hdr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue