Skip to content

Commit 33dc9d7

Browse files
authored
Update readme.md
1 parent 1f23696 commit 33dc9d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ Testing with the Software Serial library shows some incompatibilities at low bau
7474
* `FreeRTOSVariant.h` : Contains the AVR specific configurations for this port of freeRTOS.
7575
* `heap_3.c` : Contains the heap allocation scheme based on `malloc()`. Other schemes are available, but depend on user configuration for specific MCU choice.
7676

77-
### PlarformIO
77+
### PlatformIO
7878

7979
[Arduino FreeRTOS](https://platformio.org/lib/show/507/FreeRTOS) is available in the [PlatformIO library manager](https://docs.platformio.org/en/latest/librarymanager/index.html) for use in a [PlatformIO project](https://docs.platformio.org/en/latest/projectconf/index.html).
8080

8181
Watchdog period is configurable using build-flags:
8282

8383
```python
8484
build_flags =
85-
-DportUSE_WDTO=WDTO_500MS
85+
-DportUSE_WDTO=WDTO_15MS
8686

8787
```
8888

0 commit comments

Comments
 (0)