Add missing doc link to rtcmem module.
As pointed out by Marcel, thank you!
This commit is contained in:
parent
10d0a26f87
commit
bd6b70ee61
|
@ -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.
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue