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

@@ -13,7 +13,7 @@
#include "bootloader_clock.h"
#include "hal/wdt_hal.h"
#include "driver/spi_common_internal.h" // [refactor-todo]: for spicommon_periph_in_use
#include "esp_private/spi_common_internal.h" // [refactor-todo]: for spicommon_periph_in_use
#include "esp_log.h"