fix clang-tidy

This commit is contained in:
Tomasz Duda 2024-08-08 20:32:00 +02:00
parent c2a73d893d
commit 2111f3be05

View file

@ -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.
*/