Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 84f9f77

Browse files
authored
Fix Codespell complaints
1 parent 39ca54f commit 84f9f77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Supposing the STM32 stm32 core version is 2.3.0. These files must be copied into
368368
- `~/.arduino15/packages/STM32/hardware/stm32/2.3.0/system/STM32F7xx/stm32f7xx_hal_conf_default.h` for Nucleo-144 STM32F7.
369369

370370
Whenever a new version is installed, remember to copy this file into the new version directory. For example, new version is x.yy.zz,
371-
theses files must be copied into the corresponding directory:
371+
these files must be copied into the corresponding directory:
372372

373373
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/system/STM32F4xx/stm32f4xx_hal_conf_default.h`
374374
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/system/STM32F7xx/stm32f7xx_hal_conf_default.h
@@ -384,7 +384,7 @@ Supposing the STM32 stm32 core version is 2.3.0. These files must be copied into
384384
- `~/.arduino15/packages/STM32/hardware/stm32/2.3.0/variants/STM32L0xx/L052R(6-8)T_L053R(6-8)T_L063R8T/NUCLEO_L053R8/variant.h` for Nucleo-64 NUCLEO_L053R8.
385385

386386
Whenever a new version is installed, remember to copy this file into the new version directory. For example, new version is x.yy.zz,
387-
theses files must be copied into the corresponding directory:
387+
these files must be copied into the corresponding directory:
388388

389389
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/variants/STM32F7xx/F765Z(G-I)T_F767Z(G-I)T_F777ZIT/NUCLEO_F767ZI/variant.h`
390390
- `~/.arduino15/packages/STM32/hardware/stm32/x.yy.zz/variants/STM32L0xx/L052R(6-8)T_L053R(6-8)T_L063R8T/NUCLEO_L053R8/variant.h`

platformio/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ lib_deps =
6262
build_flags =
6363
; set your debug output (default=Serial)
6464
; -D DEBUG_ESP_PORT=Serial
65-
; comment the folowing line to enable WiFi debugging
65+
; comment the following line to enable WiFi debugging
6666
; -D NDEBUG
6767

6868
; ============================================================

0 commit comments

Comments
 (0)