aboutsummaryrefslogtreecommitdiffstats
path: root/source/troubleshooting.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-10-11 12:32:31 -0400
committerMarti Bolivar <mbolivar@mit.edu>2010-10-11 12:32:31 -0400
commit8de4fe4b0f3e28c99cac6dbf919dfa9b0009765f (patch)
tree73e76d401b11a23c97f8021b66e216efda223932 /source/troubleshooting.rst
parent20b3718c015db98433da121485fa6bb7ab88faa7 (diff)
downloadlibrambutan-8de4fe4b0f3e28c99cac6dbf919dfa9b0009765f.tar.gz
librambutan-8de4fe4b0f3e28c99cac6dbf919dfa9b0009765f.zip
docs
Diffstat (limited to 'source/troubleshooting.rst')
-rw-r--r--source/troubleshooting.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/troubleshooting.rst b/source/troubleshooting.rst
index 7fdfe17..b878ae4 100644
--- a/source/troubleshooting.rst
+++ b/source/troubleshooting.rst
@@ -133,10 +133,10 @@ Common compiler problems
``undefined reference to setup()/loop()``
- Your sketch/program either does not include one of the :ref:`setup
- <setup()>` or :ref:`loop <loop()>` functions, or it was not found
- by the compiler. Your program must include both ``void setup()``
- and ``void loop()`` functions; they don't have to do anything, but
+ Your sketch/program either does not include one of the `setup
+ <setup()>`_ or `loop <loop()>`_ functions, or it was not found by
+ the compiler. Your program must include both ``void setup()`` and
+ ``void loop()`` functions; they don't have to do anything, but
they **must** be there.
You can start with an example program (to see one in the IDE,