Add asserts. Fix formating

This commit is contained in:
Henrik Stickann
2022-04-12 16:27:55 +02:00
parent 9f2c73c9ab
commit f09f580f00
5 changed files with 52 additions and 10 deletions

View File

@@ -1,8 +1,9 @@
/**
* @brief Implementations for SpiInterface and SpiDevice using HAL.
*
* Define STA_HAL_SPI_ENABLE in <sta/config.hpp> to enable.
* Requires STA_HAL_GPIO_ENABLE.
* Define **STA_HAL_SPI_ENABLE** in `<sta/config.hpp>` to enable module.
*
* Requires **STA_HAL_GPIO_ENABLE**.
*/
#ifndef STA_HAL_SPI_HPP
#define STA_HAL_SPI_HPP