Skip to content

Commit 4e9ac84

Browse files
authored
Merge pull request #18 from tmobile/tmo-GNSS-add-delay-to-thread
Added a delay to the start of GNSS thread
2 parents e31c592 + 84bdaad commit 4e9ac84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/tmo_shell/src/tmo_gnss.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,5 +294,5 @@ int cxd5605_init(void)
294294

295295
K_THREAD_DEFINE(gnss_tid, GNSS_NOTIF_THREAD_STACK_SIZE,
296296
gnss_thread, NULL, NULL, NULL,
297-
GNSS_NOTIF_THREAD_PRIORITY, 0, 0);
297+
GNSS_NOTIF_THREAD_PRIORITY, 0, 3000);
298298

0 commit comments

Comments
 (0)