Hello everyone.
I was working on project using esp32. Now after sometime, I again visited the code to update it and add some more functionality and suddenly, I am started getting errors. This is after I updated the esp32 framework to newest version. It is a production code, so it is working on multiple esp32 and suddenly I am started getting these errors now
Errors are in uart interrupt routine. Also including following headers
#include "sdkconfig.h"
#include <driver/uart.h>
#include "esp_log.h"
#include "driver/gpio.h"
#include "esp_intr_alloc.h"