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

@@ -8,7 +8,7 @@
#include "esp_err.h"
#include <stdint.h>
#include <stdbool.h>
#include <driver/spi_common_internal.h>
#include "esp_private/spi_common_internal.h"
#include "sdkconfig.h"
#include "esp_flash.h"