Skip to content

Commit 7fa3a44

Browse files
author
Amanda Butler
authored
Copy edit I2CSlave.h
Make minor copy edits.
1 parent f9ae6a3 commit 7fa3a44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/I2CSlave.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ class I2CSlave {
131131
* @param data Value to write.
132132
*
133133
* @return Result of the operation.
134-
* @retval 0 If an NACK was received.
135-
* @retval 1 If an ACK was received.
134+
* @retval 0 If a NACK is received.
135+
* @retval 1 If an ACK is received.
136136
* @retval 2 On timeout.
137137
*/
138138
int write(int data);

0 commit comments

Comments
 (0)