diff options
| author | hathach <[email protected]> | 2014-03-02 18:11:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-02 18:11:30 +0700 |
| commit | b5ce076d8d8806f4e3e93a2e6178eb33e831abff (patch) | |
| tree | 9fd276de422631c78c86f0d4f909d8079d48df69 /demos | |
| parent | 5f8f046eaa10f434b9bbb7f7cd0ed0f9dad24952 (diff) | |
increase msc host app task stack size to 512 so that copy command can be executed
Diffstat (limited to 'demos')
| -rw-r--r-- | demos/host/src/msc_app.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/host/src/msc_app.c b/demos/host/src/msc_app.c index 2c5096e11..520bfa5b1 100644 --- a/demos/host/src/msc_app.c +++ b/demos/host/src/msc_app.c @@ -58,7 +58,7 @@ //--------------------------------------------------------------------+
// INTERNAL OBJECT & FUNCTION DECLARATION
//--------------------------------------------------------------------+
-OSAL_TASK_DEF(msc_app_task, 300, MSC_APP_TASK_PRIO);
+OSAL_TASK_DEF(msc_app_task, 512, MSC_APP_TASK_PRIO);
static FATFS fatfs[TUSB_CFG_HOST_DEVICE_MAX] TUSB_CFG_ATTR_USBRAM;
|
