We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb699f commit 84bdaadCopy full SHA for 84bdaad
samples/tmo_shell/src/tmo_gnss.c
@@ -294,5 +294,5 @@ int cxd5605_init(void)
294
295
K_THREAD_DEFINE(gnss_tid, GNSS_NOTIF_THREAD_STACK_SIZE,
296
gnss_thread, NULL, NULL, NULL,
297
- GNSS_NOTIF_THREAD_PRIORITY, 0, 0);
+ GNSS_NOTIF_THREAD_PRIORITY, 0, 3000);
298
0 commit comments