aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ConfiguringApps.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-03-21 10:20:42 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-03-21 10:20:42 +0000
commitaba7932a5c7c5f4a65f1c8558c94ed313ff3ca96 (patch)
treeef58b9575ec89bdd48bc176f0a4d26a20013dbd3 /LUFA/ManPages/ConfiguringApps.txt
parentc7f4752d6bacf15aaea13a111c1d9bb8576f186d (diff)
downloadlufa-aba7932a5c7c5f4a65f1c8558c94ed313ff3ca96.tar.gz
lufa-aba7932a5c7c5f4a65f1c8558c94ed313ff3ca96.tar.bz2
lufa-aba7932a5c7c5f4a65f1c8558c94ed313ff3ca96.zip
F_CLOCK changed to F_USB to be more descriptive, and applicable on future architecture ports.
Diffstat (limited to 'LUFA/ManPages/ConfiguringApps.txt')
-rw-r--r--LUFA/ManPages/ConfiguringApps.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/ManPages/ConfiguringApps.txt b/LUFA/ManPages/ConfiguringApps.txt
index e5ce9fd51..b56341ee2 100644
--- a/LUFA/ManPages/ConfiguringApps.txt
+++ b/LUFA/ManPages/ConfiguringApps.txt
@@ -22,7 +22,7 @@
*
* - <b>MCU</b>, the target AVR processor
* - <b>BOARD</b>, the target board hardware
- * - <b>F_CLOCK</b>, the target raw master clock frequency, before any prescaling is performed
+ * - <b>F_USB</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 options the source code
* - <b>LUFA_PATH</b>, the path to the LUFA library source code
@@ -50,7 +50,7 @@
*
* For boards with built in hardware driver support within the LUFA library, see \ref Page_DeviceSupport.
*
- * \section Sec_F_CLOCK The F_CLOCK Parameter
+ * \section Sec_F_USB The F_USB Parameter
* This parameter indicates the target AVR's input clock frequency, in Hz. This is the actual clock input, before any prescaling is performed. In the
* USB AVR architecture, the input clock before any prescaling is fed directly to the PLL subsystem, and thus the PLL is derived directly from the
* clock input. The PLL then feeds the USB and other sections of the AVR with the correct upscaled frequencies required for those sections to function.