mirror of
https://github.com/esphome/esphome.git
synced 2025-01-14 00:23:18 +01:00
change macro
This commit is contained in:
parent
da71668e73
commit
8794e7d816
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ using SPIInterface = spi_host_device_t;
|
|||
|
||||
#endif // USE_ESP_IDF
|
||||
|
||||
#ifndef USE_SPI
|
||||
// supprse clang-tidy on platform that do not support SPI
|
||||
#ifdef USE_ZEPHYR
|
||||
// supprse clang-tidy
|
||||
using SPIInterface = void *;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue