Copy edit I2CSlave.h

Make minor copy edits.
pull/8506/head
Amanda Butler 2018-10-23 09:13:52 -05:00 committed by GitHub
parent f9ae6a37b1
commit 7fa3a44cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -131,8 +131,8 @@ public:
* @param data Value to write. * @param data Value to write.
* *
* @return Result of the operation. * @return Result of the operation.
* @retval 0 If an NACK was received. * @retval 0 If a NACK is received.
* @retval 1 If an ACK was received. * @retval 1 If an ACK is received.
* @retval 2 On timeout. * @retval 2 On timeout.
*/ */
int write(int data); int write(int data);