spi: move deprecated functions into internal header

Resolves https://github.com/espressif/esp-idf/issues/4132
This commit is contained in:
Michael (XIAO Xufeng)
2019-09-03 14:06:26 +08:00
parent d77a7c23da
commit afbe1ba878
11 changed files with 293 additions and 281 deletions

View File

@@ -21,7 +21,7 @@
#include "esp_log.h"
#include "esp_heap_caps.h"
#include "hal/spi_types.h"
#include "driver/spi_common.h"
#include "driver/spi_common_internal.h"
#include "esp_flash_internal.h"
__attribute__((unused)) static const char TAG[] = "spi_flash";