Include header file soc/cpu.h in memprot.c and system_api.c

This fixes build issues with Vanilla FreeRTOS
This commit is contained in:
Shubham Kulkarni
2020-07-08 12:08:33 +05:30
parent 7639f20fa5
commit d4ce5de16e
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
#include "esp_heap_caps.h"
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "soc/cpu.h"
#include "soc/rtc.h"
#include "soc/rtc_cntl_reg.h"
#include "panic_internal.h"