mirror of
https://github.com/esphome/esphome.git
synced 2025-11-14 22:05:54 +00:00
fix clang-tidy
This commit is contained in:
@@ -28,6 +28,11 @@ using SPIInterface = spi_host_device_t;
|
|||||||
|
|
||||||
#endif // USE_ESP_IDF
|
#endif // USE_ESP_IDF
|
||||||
|
|
||||||
|
#ifdef USE_ZEPHYR
|
||||||
|
// FIXME just to silent clang-tidy
|
||||||
|
using SPIInterface = void *;
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of SPI Controller mode.
|
* Implementation of SPI Controller mode.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user