We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e71a02 commit 08dbad4Copy full SHA for 08dbad4
1 file changed
lib/3rd_party_adapters/FreeRTOS/debouncedIsr.cpp
@@ -93,7 +93,7 @@ class Debouncer
93
*
94
* Has been determined by measuring the stack high water mark and by experimenting.
95
*/
96
- static constexpr configSTACK_DEPTH_TYPE stackSize = configMINIMAL_STACK_SIZE + 708;
+ static constexpr configSTACK_DEPTH_TYPE stackSize = configMINIMAL_STACK_SIZE + 708 + 1'000;
97
98
/**
99
* Triggers the startup delay.
0 commit comments