Skip to content

Commit c01b44f

Browse files
committed
[sdio] fixup IRQ and mmcsd threads' stack size default
Signed-off-by: GuEe-GUI <[email protected]>
1 parent 04dd187 commit c01b44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/drivers/sdio/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ menuconfig RT_USING_SDIO
66
if RT_USING_SDIO
77
config RT_SDIO_STACK_SIZE
88
int "The stack size for sdio irq thread"
9-
default 512
9+
default IDLE_THREAD_STACK_SIZE
1010

1111
config RT_SDIO_THREAD_PRIORITY
1212
int "The priority level value of sdio irq thread"
1313
default 15
1414

1515
config RT_MMCSD_STACK_SIZE
1616
int "The stack size for mmcsd thread"
17-
default 1024
17+
default IDLE_THREAD_STACK_SIZE
1818

1919
config RT_MMCSD_THREAD_PRIORITY
2020
int "The priority level value of mmcsd thread"

0 commit comments

Comments
 (0)