Skip to content

Commit abd56ed

Browse files
Amanda Butler0xc0170
authored andcommitted
Update 0001-i2c-overhaul.md
Address comment.
1 parent bc9398b commit abd56ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design-documents/hal/0001-i2c-overhaul.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Additionally, since the original implementations were added for the API, a large
5050

5151
- `i2c_master_transfer` takes a `uint32_t` instead of a function pointer type for its `handler` argument.
5252

53-
- `i2c_slave_receive` should return an enumeration of the slave mode. Currently, it returns one of four integers. Depending on what mode the peripheral is in, this is much more suited to an enumeration.
53+
- `i2c_slave_receive` should return an enumeration of the slave mode. Currently, it returns one of four integers, depending on what mode the peripheral is in. This is much more suited to an enumeration.
5454

5555
- The behavior of the `stop` parameter in `i2c_write` is not consistent across platforms.
5656

0 commit comments

Comments
 (0)