summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagcache.c')
-rw-r--r--apps/tagcache.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index a6a0168353..6b891f1011 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -3941,7 +3941,8 @@ void tagcache_init(void)
3941 queue_init(&tagcache_queue, true); 3941 queue_init(&tagcache_queue, true);
3942 create_thread(tagcache_thread, tagcache_stack, 3942 create_thread(tagcache_thread, tagcache_stack,
3943 sizeof(tagcache_stack), tagcache_thread_name 3943 sizeof(tagcache_stack), tagcache_thread_name
3944 IF_PRIO(, PRIORITY_BACKGROUND)); 3944 IF_PRIO(, PRIORITY_BACKGROUND)
3945 IF_COP(, CPU, false));
3945#else 3946#else
3946 tc_stat.initialized = true; 3947 tc_stat.initialized = true;
3947 allocate_tempbuf(); 3948 allocate_tempbuf();