Skip to content

Commit a3c21e4

Browse files
committed
Fix Typos
Thanks codespell Signed-off-by: Frederic Pillon <[email protected]>
1 parent b82ac09 commit a3c21e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6565
Using `begin(true)` or `begin(true, HOUR_24)` will reset the RTC registers.
6666

src/STM32RTC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)