move common include files from esp32 into esp_common

This commit is contained in:
morris
2019-03-15 17:44:27 +08:00
parent 9f3b550ff4
commit a2f07b0806
32 changed files with 53 additions and 40 deletions

View File

@@ -21,8 +21,8 @@
#include "esp_err.h"
#include "esp_pm.h"
#include "esp_log.h"
#include "esp_crosscore_int.h"
#include "esp32/clk.h"
#include "esp_private/crosscore_int.h"
#include "soc/rtc.h"