spi_master.h
Go to the documentation of this file.
1 #pragma once
2 
3 #pragma GCC diagnostic push
4 #pragma GCC diagnostic ignored "-Wsign-compare"
5 
6 #include_next <driver/spi_master.h>
7 
8 #include <esp_idf_version.h>
9 #if ESP_IDF_VERSION_MAJOR >= 5
10 #include <esp_memory_utils.h>
11 #endif
12 
13 #pragma GCC diagnostic pop