aboutsummaryrefslogtreecommitdiffstats
path: root/source/troubleshooting.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-02-16 05:45:40 -0500
committerMarti Bolivar <mbolivar@leaflabs.com>2011-02-16 05:45:40 -0500
commitc4177d18f5a433fcac11f8ce96a91bdb5a4207e7 (patch)
tree3db2b38b9543093832f2d9a9cf78ef47c4b69d16 /source/troubleshooting.rst
parente6317f828d346adafad4f03e9f7cf74b1e9acfa8 (diff)
downloadlibrambutan-c4177d18f5a433fcac11f8ce96a91bdb5a4207e7.tar.gz
librambutan-c4177d18f5a433fcac11f8ce96a91bdb5a4207e7.zip
docs fixes
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 f3052d9..9146ebe 100644
--- a/source/troubleshooting.rst
+++ b/source/troubleshooting.rst
@@ -106,10 +106,10 @@ A classic! Make sure you have selected a board from the pulldown menu.
-----------------------------------------
Your sketch/program either does not include one of the :ref:`setup()
-<lang-setup>` or `loop() <lang-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.
+<lang-setup>` or :ref:`loop() <lang-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, click on
File > Examples > Stubs > BareMinimum) to get the basic structure.