aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/GettingStarted.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-03-27 08:45:39 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-03-27 08:45:39 +0000
commit2acae9b0a302aba795e3b403916eba37192200fc (patch)
tree131933e339b2a8f9add2fe2246c59a20b76a8a1e /LUFA/GettingStarted.txt
parentab3de47420c76a98cafedb15f7ceae51fbf2e8ba (diff)
downloadlufa-2acae9b0a302aba795e3b403916eba37192200fc.tar.gz
lufa-2acae9b0a302aba795e3b403916eba37192200fc.tar.bz2
lufa-2acae9b0a302aba795e3b403916eba37192200fc.zip
Add new page to the documentation listing existing LUFA powered projects, fix up some inaccuracies in the documentation.
Diffstat (limited to 'LUFA/GettingStarted.txt')
-rw-r--r--LUFA/GettingStarted.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/LUFA/GettingStarted.txt b/LUFA/GettingStarted.txt
index a88a82533..efd5ce2cd 100644
--- a/LUFA/GettingStarted.txt
+++ b/LUFA/GettingStarted.txt
@@ -34,7 +34,8 @@
*
* - <b>MCU</b>, the target AVR processor.
* - <b>BOARD</b>, the target board hardware
- * - <b>F_CPU</b>, the target AVR master clock frequency
+ * - <b>F_CLOCK</b>, the target raw master clock frequency, before any prescaling is performed
+ * - <b>F_CPU</b>, the target AVR CPU master clock frequency, after any prescaling
* - <b>CDEFS</b>, the C preprocessor defines which configure the source code
*
* These values should be changed to reflect the build hardware.