diff options
Diffstat (limited to 'firmware/target/arm/imx31/gigabeat-s')
-rw-r--r-- | firmware/target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c | 2 |
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 6043d00bf5..14bb534138 100644 --- a/firmware/target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c +++ b/firmware/target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c | |||
@@ -31,7 +31,7 @@ | |||
31 | 31 | ||
32 | static struct wakeup headphone_wakeup; | 32 | static struct wakeup headphone_wakeup; |
33 | static unsigned int headphone_thread_id; | 33 | static unsigned int headphone_thread_id; |
34 | static int headphone_stack[160/sizeof(int)]; /* Not much stack needed */ | 34 | static int headphone_stack[200/sizeof(int)]; /* Not much stack needed */ |
35 | static const char * const headphone_thread_name = "headphone"; | 35 | static const char * const headphone_thread_name = "headphone"; |
36 | static bool headphones_detect = false; | 36 | static bool headphones_detect = false; |
37 | 37 | ||