Increase configMINIMAL_STACK_SIZE to fix crash issue caused by freertos timers.
This commit is contained in:
parent
1e25f51af7
commit
04c7b1429f
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ void nrfx_gpiote_evt_handler(nrfx_gpiote_pin_t pin, nrf_gpiote_polarity_t action
|
|||
|
||||
BaseType_t xHigherPriorityTaskWoken = pdFALSE;
|
||||
xTimerStartFromISR(debounceTimer, &xHigherPriorityTaskWoken);
|
||||
// TODO should I do something if xHigherPriorityTaskWoken == pdTRUE?
|
||||
portYIELD_FROM_ISR(xHigherPriorityTaskWoken);
|
||||
}
|
||||
|
||||
void DebounceTimerCallback(TimerHandle_t xTimer) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue