1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/soft_spi: fix misspelling in comment

This commit is contained in:
Joshua DeWeese 2022-12-09 14:25:52 -05:00
parent ff2ebcfce0
commit d786883859

View File

@ -42,7 +42,7 @@ extern "C" {
#endif
/**
* @brief Sotware SPI port descriptor array
* @brief Software SPI port descriptor array
*/
static soft_spi_conf_t soft_spi_config[] = {
SOFT_SPI_PARAMS,