mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
fix clang-tidy
This commit is contained in:
parent
c2a73d893d
commit
2111f3be05
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ using SPIInterface = spi_host_device_t;
|
|||
|
||||
#endif // USE_ESP_IDF
|
||||
|
||||
#ifdef USE_ZEPHYR
|
||||
// FIXME just to silent clang-tidy
|
||||
using SPIInterface = void *;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Implementation of SPI Controller mode.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue