Skip to content

Commit ba9f36f

Browse files
authored
fixup: typo
Signed-off-by: Frederic Pillon <[email protected]>
1 parent c10ab5d commit ba9f36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rtc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ void RTC_GetDate(uint8_t *year, uint8_t *month, uint8_t *day, uint8_t *wday)
836836
* @param hours: 0-12 or 0-23 depends on the hours mode.
837837
* @param minutes: 0-59
838838
* @param seconds: 0-59
839-
* @param subSeconds: 0-999 milliseeconds or 64bit nb of milliseconds in no BCD mode
839+
* @param subSeconds: 0-999 milliseconds or 64bit nb of milliseconds in no BCD mode
840840
* @param period: HOUR_AM or HOUR_PM if in 12 hours mode else ignored.
841841
* @param mask: configure alarm behavior using alarmMask_t combination.
842842
* See AN4579 Table 5 for possible values.

0 commit comments

Comments
 (0)