File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ _Time and date configuration (added for convenience)_
60
60
61
61
### Since STM32 Core version > 1.5.0
62
62
_ Reset time management_
63
- By default, if a time is set it will not be reset afer a reboot.
63
+ By default, if a time is set it will not be reset after a reboot.
64
64
65
65
Using ` begin(true) ` or ` begin(true, HOUR_24) ` will reset the RTC registers.
66
66
Original file line number Diff line number Diff line change @@ -832,7 +832,7 @@ void STM32RTC::setAlarmYear(uint8_t year)
832
832
833
833
/* *
834
834
* @brief set RTC alarm date.
835
- * @NOTE Parameters month and year are ingored because the STM32 RTC can't
835
+ * @NOTE Parameters month and year are ignored because the STM32 RTC can't
836
836
* assign a month or year to an alarm. See board datasheet.
837
837
* @param day: 1-31
838
838
* @param month is ignored
You can’t perform that action at this time.
0 commit comments