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

@@ -14,7 +14,7 @@
#include "esp_log.h"
#include "esp_heap_caps.h"
#include "hal/spi_types.h"
#include "driver/spi_common_internal.h"
#include "esp_private/spi_common_internal.h"
#include "hal/spi_flash_hal.h"
#include "hal/gpio_hal.h"
#include "esp_flash_internal.h"