summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-05-21 08:54:02 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-05-21 08:54:02 +0000
commitc78bb5a00ef4c71c875d33dac2cb97872db9a0d4 (patch)
treed97f84f96d7683f5e6554592b3e7f70c15933eac
parenta9c20f5789c13b486d217024a020f9d6163e2d51 (diff)
downloadrockbox-c78bb5a00ef4c71c875d33dac2cb97872db9a0d4.tar.gz
rockbox-c78bb5a00ef4c71c875d33dac2cb97872db9a0d4.zip
Oops. Forgot to put the pmic thread stack size back to normal.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17594 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/target/arm/imx31/gigabeat-s/mc13783-imx31.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/mc13783-imx31.c b/firmware/target/arm/imx31/gigabeat-s/mc13783-imx31.c
index 097e81d7a3..9b682a9f07 100644
--- a/firmware/target/arm/imx31/gigabeat-s/mc13783-imx31.c
+++ b/firmware/target/arm/imx31/gigabeat-s/mc13783-imx31.c
@@ -51,7 +51,7 @@ static struct spi_node mc13783_spi =
51 51
52extern const struct mc13783_event_list mc13783_event_list; 52extern const struct mc13783_event_list mc13783_event_list;
53 53
54static int mc13783_thread_stack[3*DEFAULT_STACK_SIZE/sizeof(int)]; 54static int mc13783_thread_stack[DEFAULT_STACK_SIZE/sizeof(int)];
55static const char *mc13783_thread_name = "pmic"; 55static const char *mc13783_thread_name = "pmic";
56static struct wakeup mc13783_wake; 56static struct wakeup mc13783_wake;
57 57