Skip to content

Commit 3794fe5

Browse files
authored
funtion->function
Minor doxygen typo patch
1 parent fc41c3d commit 3794fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mbed_rtc_time.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void set_time(time_t t);
8484
*
8585
* @param read_rtc pointer to function which returns current UNIX timestamp
8686
* @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
87+
* @param init_rtc pointer to function which initializes RTC, can be NULL
8888
* @param isenabled_rtc pointer to function which returns if the RTC is enabled, can be NULL
8989
*/
9090
void attach_rtc(time_t (*read_rtc)(void), void (*write_rtc)(time_t), void (*init_rtc)(void), int (*isenabled_rtc)(void));

0 commit comments

Comments
 (0)