summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/thread.c b/firmware/thread.c
index 4da6d9a..aee1f6f 100644
--- a/firmware/thread.c
+++ b/firmware/thread.c
@@ -38,7 +38,7 @@ typedef struct
ctx_t ctx[MAXTHREADS];
} thread_t;
-static thread_t threads = {1, 0};
+static thread_t threads;
/*---------------------------------------------------------------------------
* Store non-volatile context.