Skip to content

Commit

Permalink
Add missing doc link to rtcmem module.
Browse files Browse the repository at this point in the history
As pointed out by Marcel, thank you!
  • Loading branch information
jmattsson committed Mar 27, 2024
1 parent 10d0a26 commit bd6b70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/rtcmem.md
@@ -1,7 +1,7 @@
# RTC User Memory Module
| Since | Origin / Contributor | Maintainer | Source |
| :----- | :-------------------- | :---------- | :------ |
| 2015-06-25 | [DiUS](https://github.com/DiUS), [Johny Mattsson](https://github.com/jmattsson) | [PJSG](https://github.com/pjsg) | [rtcmem.c](../../app/modules/rtcmem.c)|
| 2015-06-25 | [DiUS](https://github.com/DiUS), [Jade Mattsson](https://github.com/jmattsson) | [PJSG](https://github.com/pjsg) | [rtcmem.c](../../components/modules/rtcmem.c)|

The rtcmem module provides basic access to the RTC memory.

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Expand Up @@ -66,6 +66,7 @@ nav:
- 'pulsecnt': 'modules/pulsecnt.md'
- 'qrcodegen': 'modules/qrcodegen.md'
- 'rmt': 'modules/rmt.md'
- 'rtcmem': 'modules/rtcmem.md'
- 'sdmmc': 'modules/sdmmc.md'
- 'sigma delta': 'modules/sigma-delta.md'
- 'sjson': 'modules/sjson.md'
Expand Down

0 comments on commit bd6b70e

Please sign in to comment.