File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ Returns the current core ID (0 or 1) of the executing task.
1919
2020uint32_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
2323is only 32-bits, and the Pico runs at 133MHz, this value can loop around
2424in a matter of seconds.
2525
2626uint64_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
2929should never loop around in normal mode (at 133MHz it would take over 4,000
3030years to overflow).
3131
You can’t perform that action at this time.
0 commit comments