diff options
| author | Vega Deftwing <[email protected]> | 2024-04-11 19:45:38 +0000 |
|---|---|---|
| committer | Vega Deftwing <[email protected]> | 2024-04-11 19:45:38 +0000 |
| commit | 9053b6b5b3a09e48ed5e2476a5f712c9796828d5 (patch) | |
| tree | babd8bcdabe0bc5ab595dde38672695f9e08f692 /embassy-time/README.md | |
| parent | f5f776f8157eca01cc4f3560807343889d8dcaef (diff) | |
Fix spelling and white space mistakes
Diffstat (limited to 'embassy-time/README.md')
| -rw-r--r-- | embassy-time/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/README.md b/embassy-time/README.md index f5d46df7b..6a4b049b4 100644 --- a/embassy-time/README.md +++ b/embassy-time/README.md | |||
| @@ -5,7 +5,7 @@ Timekeeping, delays and timeouts. | |||
| 5 | Timekeeping is done with elapsed time since system boot. Time is represented in | 5 | Timekeeping is done with elapsed time since system boot. Time is represented in |
| 6 | ticks, where the tick rate is defined either by the driver (in the case of a fixed-rate | 6 | ticks, where the tick rate is defined either by the driver (in the case of a fixed-rate |
| 7 | tick) or chosen by the user with a [tick rate](#tick-rate) feature. The chosen | 7 | tick) or chosen by the user with a [tick rate](#tick-rate) feature. The chosen |
| 8 | tick rate applies to everything in `embassy-time` and thus determines the maximum | 8 | tick rate applies to everything in `embassy-time` and thus determines the maximum |
| 9 | timing resolution of <code>(1 / tick_rate) seconds</code>. | 9 | timing resolution of <code>(1 / tick_rate) seconds</code>. |
| 10 | 10 | ||
| 11 | Tick counts are 64 bits. The default tick rate of 1Mhz supports | 11 | Tick counts are 64 bits. The default tick rate of 1Mhz supports |
