From 45e72cc936563b3fa60d5c10fc7f3cc27289dabc Mon Sep 17 00:00:00 2001 From: Alex Dickhans <55064247+alexDickhans@users.noreply.github.com> Date: Thu, 11 May 2023 18:55:59 -0600 Subject: [PATCH] Increase recommended delay time in getting started guide --- v5/getting-started/new-users.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v5/getting-started/new-users.rst b/v5/getting-started/new-users.rst index c01d5551..48ade955 100644 --- a/v5/getting-started/new-users.rst +++ b/v5/getting-started/new-users.rst @@ -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 `__