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 6d7b655 commit f01dbfaCopy full SHA for f01dbfa
platform/mbed_rtc_time.h
@@ -85,7 +85,7 @@ void set_time(time_t t);
85
* @param read_rtc pointer to function which returns current UNIX timestamp
86
* @param write_rtc pointer to function which sets current UNIX timestamp, can be NULL
87
* @param init_rtc pointer to funtion which initializes RTC, can be NULL
88
- * @param isenabled_rtc pointer to function wich returns if the rtc is enabled, can be NULL
+ * @param isenabled_rtc pointer to function which returns if the rtc is enabled, can be NULL
89
*/
90
void attach_rtc(time_t (*read_rtc)(void), void (*write_rtc)(time_t), void (*init_rtc)(void), int (*isenabled_rtc)(void));
91
0 commit comments