all: Using xxx_periph.h

Using xxx_periph.h in whole IDF instead of xxx_reg.h, xxx_struct.h, xxx_channel.h ... .

Cleaned up header files from unnecessary headers (releated to soc/... headers).


* Original commit: espressif/esp-idf@399d2d2605
This commit is contained in:
Konstantin Kondrashov
2019-05-13 18:02:45 +08:00
committed by aleks
parent 786ade0c0d
commit 4b8c30f606

View File

@@ -44,7 +44,7 @@
#include "port.h"
#include "driver/uart.h"
#include "freertos/queue.h" // for queue support
#include "soc/uart_reg.h"
#include "soc/uart_periph.h"
#include "driver/gpio.h"
#include "esp_log.h" // for esp_log
#include "esp_err.h" // for ESP_ERROR_CHECK macro