Skip to content

Commit a9dbd72

Browse files
authored
wich->which
1 parent 6d7b655 commit a9dbd72

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
@@ -85,7 +85,7 @@ void set_time(time_t t);
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
8787
* @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
88+
* @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));
9191

0 commit comments

Comments
 (0)