change macro

This commit is contained in:
Tomasz Duda 2024-08-13 17:36:27 +02:00
parent da71668e73
commit 8794e7d816

View file

@ -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