/* * l9779.h * ST L9779WD-SPI * * * Created on: Jan 10, 2022 */ #pragma once #include "efifeatures.h" #include struct l9779_config { #if HAL_USE_SPI SPIDriver *spi_bus; #endif };