summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/voice_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/voice_thread.c b/apps/voice_thread.c
index c104fa5c7f..52d2c6ebfd 100644
--- a/apps/voice_thread.c
+++ b/apps/voice_thread.c
@@ -52,7 +52,7 @@
52 52
53/* Voice thread variables */ 53/* Voice thread variables */
54static struct thread_entry *voice_thread_p = NULL; 54static struct thread_entry *voice_thread_p = NULL;
55static long voice_stack[0x740/sizeof(long)] IBSS_ATTR_VOICE_STACK; 55static long voice_stack[0x7c0/sizeof(long)] IBSS_ATTR_VOICE_STACK;
56static const char voice_thread_name[] = "voice"; 56static const char voice_thread_name[] = "voice";
57 57
58/* Voice thread synchronization objects */ 58/* Voice thread synchronization objects */