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

@@ -22,7 +22,7 @@
#include "esp32/rom/ets_sys.h"
#include "soc/uart_reg.h"
#include "soc/io_mux_reg.h"
#include "esp_gdbstub.h"
#include "esp_private/gdbstub.h"
#include "esp_panic.h"
#include "driver/gpio.h"
#include "freertos/FreeRTOS.h"