Skip to content

Commit 382e52e

Browse files
Minor Typo - rp2040.rst (#3279)
1 parent 30e9580 commit 382e52e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rp2040.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Returns the current core ID (0 or 1) of the executing task.
1919

2020
uint32_t rp2040.getCycleCount()
2121
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22-
Returns a 32-bit cycle count from then the core started running. Because it
22+
Returns a 32-bit cycle count from when the core started running. Because it
2323
is only 32-bits, and the Pico runs at 133MHz, this value can loop around
2424
in a matter of seconds.
2525

2626
uint64_t rp2040.getCycleCount64()
2727
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28-
Returns a 64-bit cycle count from then the core started running. This value
28+
Returns a 64-bit cycle count from when the core started running. This value
2929
should never loop around in normal mode (at 133MHz it would take over 4,000
3030
years to overflow).
3131

0 commit comments

Comments
 (0)