[Components][USB][DFS][usb minimize stack size dfs fix build error

without finsh]
This commit is contained in:
uestczyh222
2017-12-06 02:55:23 +08:00
committed by Bernard Xiong
parent 9c731baf2a
commit 049ed5047f
3 changed files with 6 additions and 6 deletions

View File

@@ -577,7 +577,7 @@ typedef struct ustorage_csw* ustorage_csw_t;
*/
/* the stack size of USB thread */
#ifndef RT_USBD_THREAD_STACK_SZ
#define RT_USBD_THREAD_STACK_SZ 2048
#define RT_USBD_THREAD_STACK_SZ 512
#endif
/* the priority of USB thread */