aboutsummaryrefslogtreecommitdiffstats
path: root/docs/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
commit1af21fad4997e72438d2c10114d97d7a5ada8572 (patch)
treecea3850e2e589827dd9901fb2b75b67680feaaa8 /docs/source/troubleshooting.rst
parent2764748208816043a3149eae3a433d02325a1a36 (diff)
downloadlibrambutan-1af21fad4997e72438d2c10114d97d7a5ada8572.tar.gz
librambutan-1af21fad4997e72438d2c10114d97d7a5ada8572.zip
docs fixes
Diffstat (limited to 'docs/source/troubleshooting.rst')
-rw-r--r--docs/source/troubleshooting.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/troubleshooting.rst b/docs/source/troubleshooting.rst
index f3052d9..9146ebe 100644
--- a/docs/source/troubleshooting.rst
+++ b/docs/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.