Skip to content

Commit 08dbad4

Browse files
committed
Adjust stack size.
1 parent 8e71a02 commit 08dbad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/3rd_party_adapters/FreeRTOS/debouncedIsr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class Debouncer
9393
*
9494
* Has been determined by measuring the stack high water mark and by experimenting.
9595
*/
96-
static constexpr configSTACK_DEPTH_TYPE stackSize = configMINIMAL_STACK_SIZE + 708;
96+
static constexpr configSTACK_DEPTH_TYPE stackSize = configMINIMAL_STACK_SIZE + 708 + 1'000;
9797

9898
/**
9999
* Triggers the startup delay.

0 commit comments

Comments
 (0)