Files
arduino-esp32/tools/sdk/esp32/include/xtensa/include/esp_panic.h

5 lines
185 B
C
Raw Normal View History

2020-05-09 19:11:30 +03:00
#pragma once
#warning "esp_panic.h is deprecated, please use esp_debug_helpers.h or/and esp_private/panic_reason.h"
#include "esp_private/panic_reason.h"
#include "esp_debug_helpers.h"