Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abrauchli committed Apr 3, 2019
1 parent 398ac96 commit d6eaad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-uart-common/sensirion_shdlc.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ s16 sensirion_shdlc_tx(u8 addr, u8 cmd, u8 data_len, const u8 *data);
* @data_len: max data length to receive
* @header: Memory where the SHDLC header containing the sender address,
* command, sensor state and data length is stored
* @data: Memeory where received data is stored
* @data: Memory where received data is stored
* Return: 0 on success, an error code otherwise
*/
s16 sensirion_shdlc_rx(u8 max_data_len,
Expand Down

0 comments on commit d6eaad5

Please sign in to comment.