Skip to content

Commit 4333ae3

Browse files
committed
typo
1 parent b4d7f02 commit 4333ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ranging from [blink](https://sourceforge.net/projects/avrfreertos/files/MegaBlin
1616
FreeRTOS has a multitude of configuration options, which can be specified from within the FreeRTOSConfig.h file.
1717
To keep commonality with all of the Arduino hardware options, some sensible defaults have been selected.
1818

19-
The AVR Watchdog Timer is used with to generate 15ms time slices, but Tasks that finish before their allocated time will hand execution back to the Scheduler.
19+
The AVR Watchdog Timer is used to generate 15ms time slices, but Tasks that finish before their allocated time will hand execution back to the Scheduler.
2020
This does not affect the use of any of the normal Timer functions in Arduino.
2121

2222
Time slices can be selected from 15ms up to 500ms. Slower time slicing can allow the Arduino MCU to sleep for longer, without the complexity of a Tickless idle.

0 commit comments

Comments
 (0)