Skip to content

Commit 5da3675

Browse files
Jude MerrittJude Merritt
authored andcommitted
very small spi comment update
1 parent e9d4f7b commit 5da3675

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/peripheral/spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @file peripheral/spi.c
1818
* @authors Jude Merritt
19-
* @brief Implementation of SPI driver interface
19+
* @brief Implementation of SPI driver
2020
*/
2121

2222
#include "peripheral/spi.h"

src/peripheral/spi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
**************************************************************************************************/
3030

3131
/**
32-
* @brief Initialize an SPI interface.
32+
* @brief Initialize an SPI instance.
3333
*
3434
* Prepares the specified SPI instance for communication. This must be called
3535
* before attempting any SPI transfers.

0 commit comments

Comments
 (0)