aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-05-14 02:34:47 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-05-14 02:34:47 +0000
commit064643e06648dcb7e4d03bd2c2029b9186c250b5 (patch)
tree3b36e6405afc4ed8f4477648e9d9430230574a23 /LUFA/ManPages
parent049e9309637cd057689cf273b2023afb0d6876ae (diff)
downloadlufa-064643e06648dcb7e4d03bd2c2029b9186c250b5.tar.gz
lufa-064643e06648dcb7e4d03bd2c2029b9186c250b5.tar.bz2
lufa-064643e06648dcb7e4d03bd2c2029b9186c250b5.zip
Add skeleton LUFAConfig.h to the CodeTemplates directory.
Diffstat (limited to 'LUFA/ManPages')
-rw-r--r--LUFA/ManPages/CompileTimeTokens.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/ManPages/CompileTimeTokens.txt b/LUFA/ManPages/CompileTimeTokens.txt
index 415fde549..660cdcfb2 100644
--- a/LUFA/ManPages/CompileTimeTokens.txt
+++ b/LUFA/ManPages/CompileTimeTokens.txt
@@ -10,9 +10,9 @@
* compiler via the -D switch, to alter the LUFA library code. These tokens may alter the library behaviour,
* or remove features unused by a given application in order to save flash space.
*
- * If the \c USE_LUFA_CONFIG_HEADER token is defined, the library will include a header file named \c LUFAConfig.h located
- * in the user directory where the below compile time tokens may be defined. This allows for an alternative to makefile
- * defined tokens for configuring the library.
+ * \note If the \c USE_LUFA_CONFIG_HEADER token is defined, the library will include a header file named \c LUFAConfig.h located
+ * in the user directory where the below compile time tokens may be defined. This allows for an alternative to makefile
+ * defined tokens for configuring the library.
*
* \section Sec_SummaryNonUSBTokens Non USB Related Tokens
* This section describes compile tokens which affect non-USB sections of the LUFA library.