Skip to content

Commit d31ffd9

Browse files
QiuPeiyangAnas Nashif
authored and
Anas Nashif
committed
boards/pinmux: fix typo
Change-Id: I43cc89454d92646b5dc36dfcfda49c72af930cd8 Signed-off-by: Qiu Peiyang <[email protected]>
1 parent 598ff7f commit d31ffd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/x86/arduino_101/pinmux.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
/* Note:
9797
* 1. I2C pins on the shield are connected to i2c0_ss_sda and i2c_0_ss_scl,
9898
* which are on the sensor subsystem. They are also tied to AD4 and AD5.
99-
* Therefore, to use I2C, pin 9 (ain_9) and (ain_14) both need to be set
99+
* Therefore, to use I2C, pin 9 (ain_9) and pin 14 (ain_14) both need to be set
100100
* to PINMUX_FUNC_B, so they will not interfere with I2C operations.
101101
* Also, there is no internal pull-up on I2c bus, and thus external
102102
* pull-up resistors are needed.

0 commit comments

Comments
 (0)