#ifndef FSFW_HAL_STM32H7_SPI_SPIDEFINITIONS_H_ #define FSFW_HAL_STM32H7_SPI_SPIDEFINITIONS_H_ #include "../../common/spi/spiCommon.h" #include "stm32h7xx_hal.h" #include "stm32h7xx_hal_spi.h" namespace spi { void assignSpiMode(SpiModes spiMode, SPI_HandleTypeDef* spiHandle); } #endif /* FSFW_HAL_STM32H7_SPI_SPIDEFINITIONS_H_ */