Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion v5/getting-started/new-users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ we recommend that you check out C tutorials on the following topics:
(this includes ``opcontrol()`` too), starving the processor of resources and
preventing the PROS kernel from running properly. Every infinite loop, like
the one in ``opcontrol()``, needs to have a delay statement. We recommend at least
2ms.
10ms.

And then for additional C tutorial topics, visit
`CProgramming.com <https://www.cprogramming.com/tutorial/c-tutorial.html>`__
Expand Down