Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 5bc10e4

Browse files
committed
Fix rendering of driver tree
1 parent cba2342 commit 5bc10e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/introduction/drivers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ device-specific functionality for your use case.
6565

6666
Here is an example of a driver tree with two custom composite drivers:
6767

68-
```yaml
68+
```
6969
MyDevice # Custom composite driver for the entire target device
70-
├─ TcpNetwork # TCP Network driver to tunnel port 8000
70+
├─ TcpNetwork # TCP Network driver to tunnel port 8000
7171
├─ MyPower # Custom power driver to control device power
7272
├─ SDWire # SD Wire storage emulator to enable re-flash on demand
7373
├─ DigitalOutput # GPIO pin control to send signals to the device

0 commit comments

Comments
 (0)