Skip to content

Commit 2fc6d1b

Browse files
committed
[dd][rtc] set the RTC alarm thread stack size default.
Signed-off-by: GuEe-GUI <[email protected]>
1 parent 2fb53c8 commit 2fc6d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/drivers/rtc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ config RT_USING_RTC
1010
if RT_USING_ALARM
1111
config RT_ALARM_STACK_SIZE
1212
int "stack size for alarm thread"
13-
default 2048
13+
default IDLE_THREAD_STACK_SIZE
1414

1515
config RT_ALARM_TIMESLICE
1616
int "timeslice for alarm thread"

0 commit comments

Comments
 (0)