Skip to content

Commit d1b2736

Browse files
bors[bot]mnauf
andauthored
Merge #208
208: Fixed I2C registers page number of reference manual in Ch 14.3 r=adamgreig a=mnauf Currently documentation refers to wrong page number here in Ch 14.3 which states that "Section 28.7 I2C registers - Page 873 - Reference Manual". I fixed it with page number 868. Co-authored-by: Muhammad Naufil <[email protected]>
2 parents 3c06cbb + 2e292d9 commit d1b2736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/14-i2c/read-a-single-register.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Just like with the USART peripheral, I've taken care of initializing everything
1212

1313
These registers are documented in the following section of the Reference Manual:
1414

15-
> Section 28.7 I2C registers - Page 873 - Reference Manual
15+
> Section 28.7 I2C registers - Page 868 - Reference Manual
1616
1717
We'll be using the `I2C1` peripheral in conjunction with pins `PB6` (`SCL`) and `PB7` (`SDA`).
1818

0 commit comments

Comments
 (0)