We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddc9d0 commit 145d06fCopy full SHA for 145d06f
ports/zephyr-cp/bindings/zephyr_i2c/I2C.c
@@ -25,8 +25,8 @@
25
//| .. class:: I2C()
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`
+//| ``board`` aliases that match the device tree labels. ``board`` may list multiple
+//| 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