freertos/portmux: increase portmux timeouts to avoid crashing when using debug feature

Closes: https://github.com/espressif/esp-idf/issues/3629#
This commit is contained in:
Felipe Neves
2020-08-05 18:28:37 -03:00
parent b3b7fcf51c
commit fe6bc06366
3 changed files with 7 additions and 2 deletions

View File

@@ -83,6 +83,11 @@ extern "C" {
#include "esp_private/crosscore_int.h"
#include "esp_timer.h" /* required for FreeRTOS run time stats */
#if CONFIG_IDF_TARGET_ESP32
#include "esp32/clk.h"
#elif CONFIG_IDF_TARGET_ESP32S2BETA
#include "esp32s2beta/clk.h"
#endif
#include <esp_heap_caps.h>