components/spidriver/spi_master_lobo.c

changeset 1
ad2c8b13eb88
parent 0
b74b0e4902c3
child 39
e5900c9b9a7b
--- 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;

mercurial