diff options
Diffstat (limited to 'os/io/templates/spi_lld.h')
-rw-r--r-- | os/io/templates/spi_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/io/templates/spi_lld.h b/os/io/templates/spi_lld.h index e25dc86dd..23a1f094b 100644 --- a/os/io/templates/spi_lld.h +++ b/os/io/templates/spi_lld.h @@ -58,7 +58,7 @@ typedef struct { } SPIConfig;
/**
- * @brief Structure representing a MAC driver.
+ * @brief Structure representing a SPI driver.
*/
typedef struct {
/**
|