Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase recommended delay time in getting started guide #335

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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