There was an error while loading. Please reload this page.
1 parent e9d4f7b commit 5da3675Copy full SHA for 5da3675
2 files changed
src/peripheral/spi.c
@@ -16,7 +16,7 @@
16
*
17
* @file peripheral/spi.c
18
* @authors Jude Merritt
19
- * @brief Implementation of SPI driver interface
+ * @brief Implementation of SPI driver
20
*/
21
22
#include "peripheral/spi.h"
src/peripheral/spi.h
@@ -29,7 +29,7 @@
29
**************************************************************************************************/
30
31
/**
32
- * @brief Initialize an SPI interface.
+ * @brief Initialize an SPI instance.
33
34
* Prepares the specified SPI instance for communication. This must be called
35
* before attempting any SPI transfers.
0 commit comments