Skip to content

Commit e0da126

Browse files
committed
fixed internal link in i2c chapter
1 parent abe85db commit e0da126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdbook/src/11-i2c/the-challenge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The challenge for this chapter is, to build a small application that communicate
44
world via the serial interface introduced in the last chapter. It should be able to receive the
55
commands "mag" for magnetometer as well as "acc" for accelerometer. It should then print the
66
corresponding sensor data to the serial port in response. This time no template code will be
7-
provided since all you need is already provided in the [UART](../10-uart/index.md) and this
7+
provided since all you need is already provided in the [UART](../10-uart/index.html) and this
88
chapter. However, here are a few clues:
99

1010
- You might be interested in `core::str::from_utf8` to convert the bytes in the buffer to a `&str`, since we need to compare with `"mag"` and `"acc"`.

0 commit comments

Comments
 (0)