spi: move spi_common_internal to esp_private

This commit is contained in:
Armando
2022-05-18 10:45:06 +08:00
parent 26ca7cbaed
commit f31d88e3fe
16 changed files with 16 additions and 45 deletions

View File

@@ -35,7 +35,7 @@
#include "esp_private/gdma.h"
#elif CONFIG_IDF_TARGET_ESP32S2
#include "hal/spi_types.h"
#include "driver/spi_common_internal.h"
#include "esp_private/spi_common_internal.h"
#elif CONFIG_IDF_TARGET_ESP32
#include "hal/i2s_types.h"
#include "driver/i2s_types.h"