esp_panic.h 185 B

1234
  1. #pragma once
  2. #warning "esp_panic.h is deprecated, please use esp_debug_helpers.h or/and esp_private/panic_reason.h"
  3. #include "esp_private/panic_reason.h"
  4. #include "esp_debug_helpers.h"