mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 01:28:23 +00:00
[Components][USB][DFS][usb minimize stack size dfs fix build error
without finsh]
This commit is contained in:
committed by
Bernard Xiong
parent
9c731baf2a
commit
049ed5047f
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user