Skip to content

Commit

Permalink
fixup: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm authored Aug 19, 2024
1 parent c10ab5d commit ba9f36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ void RTC_GetDate(uint8_t *year, uint8_t *month, uint8_t *day, uint8_t *wday)
* @param hours: 0-12 or 0-23 depends on the hours mode.
* @param minutes: 0-59
* @param seconds: 0-59
* @param subSeconds: 0-999 milliseeconds or 64bit nb of milliseconds in no BCD mode
* @param subSeconds: 0-999 milliseconds or 64bit nb of milliseconds in no BCD mode
* @param period: HOUR_AM or HOUR_PM if in 12 hours mode else ignored.
* @param mask: configure alarm behavior using alarmMask_t combination.
* See AN4579 Table 5 for possible values.
Expand Down

0 comments on commit ba9f36f

Please sign in to comment.