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)_
6060
6161### Since STM32 Core version > 1.5.0
6262_ 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.
6464
6565Using ` begin(true) ` or ` begin(true, HOUR_24) ` will reset the RTC registers.
6666
Original file line number Diff line number Diff line change @@ -832,7 +832,7 @@ void STM32RTC::setAlarmYear(uint8_t year)
832832
833833/* *
834834 * @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
836836 * assign a month or year to an alarm. See board datasheet.
837837 * @param day: 1-31
838838 * @param month is ignored
You can’t perform that action at this time.
0 commit comments