panic on RISC-V: Take into account Merge Request comments

This commit is contained in:
Omar Chebib
2020-12-28 11:39:25 +08:00
parent 5962b1dc56
commit c218f669ba
8 changed files with 38 additions and 41 deletions

View File

@@ -18,8 +18,8 @@
to panic the CPU, which from a debugging perspective is better than grabbing bad
data from the bus.
*/
#include "freertos/FreeRTOS.h"
#include "esp32c3/rom/ets_sys.h"
#include "esp_attr.h"
#include "esp_intr_alloc.h"
#include "soc/extmem_reg.h"
#include "soc/periph_defs.h"