We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145d06f commit 3630042Copy full SHA for 3630042
1 file changed
ports/zephyr-cp/bindings/zephyr_i2c/I2C.c
@@ -26,7 +26,7 @@
26
//|
27
//| Cannot be instantiated directly. Instead singletons are created using the
28
//| ``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``
+//| aliases for a single device. For example, ``board.I2C1()`` and ``board.ARDUINO_I2C()``
30
//| may both refer to the same device.
31
//| """
32
0 commit comments