X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/c7f4752d6bacf15aaea13a111c1d9bb8576f186d..aba7932a5c7c5f4a65f1c8558c94ed313ff3ca96:/LUFA/ManPages/ConfiguringApps.txt 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 @@ * * - MCU, the target AVR processor * - BOARD, the target board hardware - * - F_CLOCK, the target raw master clock frequency, before any prescaling is performed + * - F_USB, the target raw master clock frequency, before any prescaling is performed * - F_CPU, the target AVR CPU master clock frequency, after any prescaling * - CDEFS, the C preprocessor defines which configure options the source code * - LUFA_PATH, 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.