Skip to content

Commit 965c568

Browse files
authored
📝 Fix titles for interfaces (#60)
1 parent cc34728 commit 965c568

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

mkdocs/summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
- 📖 User Guide
44
- [🧑🏿‍💻 Setting up VSCode](user_guide/setup_vscode.md)
55
- [🧱 Fundamentals of libhal](user_guide/fundamentals.md)
6-
- [🔗 Interfaces in Software Development and libhal](user_guide/interfaces.md)
7-
- [🎯 Debugging Code with PyOCD](user_guide/debugging.md)
6+
- [🔗 Interfaces in libhal](user_guide/interfaces.md)
7+
- [🎯 Debugging Firmware](user_guide/debugging.md)
88
- [🪤 Error Handling in libhal](user_guide/error_handling.md)
99
- [⚖️ Policies & FAQ](user_guide/policy.md)
1010
- 🏫 Education

mkdocs/user_guide/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🎯 Debugging Code with PyOCD
1+
# 🎯 Debugging Firmware with PyOCD
22

33
## Introduction
44

0 commit comments

Comments
 (0)