Skip to content

Commit 3630042

Browse files
tannewtdhalbert
andauthored
Add parens
Co-authored-by: Dan Halbert <[email protected]>
1 parent 145d06f commit 3630042

File tree

1 file changed

+1
-1
lines changed
  • ports/zephyr-cp/bindings/zephyr_i2c

1 file changed

+1
-1
lines changed

ports/zephyr-cp/bindings/zephyr_i2c/I2C.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
//|
2727
//| Cannot be instantiated directly. Instead singletons are created using the
2828
//| ``board`` aliases that match the device tree labels. ``board`` may list multiple
29-
//| aliases for a single device. For example, ``board.I2C1`` and ``board.ARDUINO_I2C``
29+
//| aliases for a single device. For example, ``board.I2C1()`` and ``board.ARDUINO_I2C()``
3030
//| may both refer to the same device.
3131
//| """
3232
//|

0 commit comments

Comments
 (0)