We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a4c9b commit bf8d10aCopy full SHA for bf8d10a
docs/contributing/rtc.md
@@ -24,7 +24,7 @@ The RTC HAL API provides a low-level interface to the Real Time Counter (RTC) of
24
25
### Implementing the RTC API
26
27
-RTC HAL API is in [hal/rtc_api.h](). You need to implement the following functions to support RTC:
+RTC HAL API is in [hal/rtc_api.h](/docs/v5.4/mbed-os-api-doxy/rtc__api_8h_source.html). You need to implement the following functions to support RTC:
28
29
To enable sleep support in Mbed OS, you need to add the `RTC` label in the `device_has` option of the target's section in the `targets.json` file.
30
0 commit comments