summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/common/dircache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/common/dircache.c b/firmware/common/dircache.c
index 6ad69be2a7..5b84e25ea3 100644
--- a/firmware/common/dircache.c
+++ b/firmware/common/dircache.c
@@ -60,7 +60,7 @@ static unsigned int cache_build_ticks = 0;
60static char dircache_cur_path[MAX_PATH*2]; 60static char dircache_cur_path[MAX_PATH*2];
61 61
62static struct event_queue dircache_queue; 62static struct event_queue dircache_queue;
63static long dircache_stack[(DEFAULT_STACK_SIZE + 0x800)/sizeof(long)]; 63static long dircache_stack[(DEFAULT_STACK_SIZE + 0x900)/sizeof(long)];
64static const char dircache_thread_name[] = "dircache"; 64static const char dircache_thread_name[] = "dircache";
65 65
66static struct fdbind_queue fdbind_cache[MAX_PENDING_BINDINGS]; 66static struct fdbind_queue fdbind_cache[MAX_PENDING_BINDINGS];