diff -r b74b0e4902c3 -r ad2c8b13eb88 components/spidriver/spi_master_lobo.c --- a/components/spidriver/spi_master_lobo.c Sat Oct 20 13:23:15 2018 +0200 +++ b/components/spidriver/spi_master_lobo.c Sat Oct 20 17:09:48 2018 +0200 @@ -95,9 +95,9 @@ return (ret_val); \ } -/* - Stores a bunch of per-spi-peripheral data. -*/ +/** + * @brief Stores a bunch of per-spi-peripheral data. + */ typedef struct { const uint8_t spiclk_out; //GPIO mux output signals const uint8_t spid_out;