aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/CompilingApps.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-07 10:50:58 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-07 10:50:58 +0000
commit6f993a2f750f87e3632e41ff08ba9e49813e4719 (patch)
treea92a6b738e301c270162b46ab12c8eceb0329a7b /LUFA/ManPages/CompilingApps.txt
parent7882da1ed83257f1acf494f7dac535f3ab11d19a (diff)
downloadlufa-6f993a2f750f87e3632e41ff08ba9e49813e4719.tar.gz
lufa-6f993a2f750f87e3632e41ff08ba9e49813e4719.tar.bz2
lufa-6f993a2f750f87e3632e41ff08ba9e49813e4719.zip
Add link to third-party signed version of the official FLIP DFU driver for 64-bit Windows OSes to the DFU bootloader readme file.
Add HTML anchor links to URLs in the documentation to ensure that they are rendered correctly in the generated documentation.
Diffstat (limited to 'LUFA/ManPages/CompilingApps.txt')
-rw-r--r--LUFA/ManPages/CompilingApps.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/CompilingApps.txt b/LUFA/ManPages/CompilingApps.txt
index b1d5ed6ed..7cea32121 100644
--- a/LUFA/ManPages/CompilingApps.txt
+++ b/LUFA/ManPages/CompilingApps.txt
@@ -11,7 +11,7 @@
* \section Sec_Prerequisites Prerequisites
* Before you can compile any of the LUFA library code or demos, you will need a recent distribution of avr-libc (1.6.2+)
* and the AVR-GCC (4.2+) compiler. For Windows users, the best way to obtain these is the WinAVR project
- * (http://winavr.sourceforge.net) as this provides a single-file setup for everything required to compile your
+ * (<a>http://winavr.sourceforge.net</a>) as this provides a single-file setup for everything required to compile your
* own AVR projects.
*
* \section Sec_Compiling Compiling a LUFA Application