summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c')
-rw-r--r--firmware/target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c b/firmware/target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c
index cf0a378fc7..712e7eac8d 100644
--- a/firmware/target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c
+++ b/firmware/target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c
@@ -30,7 +30,7 @@
30 30
31static struct semaphore headphone_wakeup; 31static struct semaphore headphone_wakeup;
32static unsigned int headphone_thread_id; 32static unsigned int headphone_thread_id;
33static unsigned int headphone_stack[176/sizeof(int)]; /* Little stack needed */ 33static unsigned int headphone_stack[200/sizeof(int)]; /* Little stack needed; 184 bytes as of this writing. */
34static const char * const headphone_thread_name = "headphone"; 34static const char * const headphone_thread_name = "headphone";
35static bool headphones_detect = false; 35static bool headphones_detect = false;
36 36