diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-09-01 11:34:38 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-09-01 11:34:38 +0200 |
commit | 14ba7a704752c8d88e44b38414f2a552ba554b3b (patch) | |
tree | 8e775348889312da082d662a92b8e51786605209 /LUFA | |
parent | adb61c7b29f067fe162a13b9ace6b5113bb31806 (diff) | |
download | lufa-14ba7a704752c8d88e44b38414f2a552ba554b3b.tar.gz lufa-14ba7a704752c8d88e44b38414f2a552ba554b3b.tar.bz2 lufa-14ba7a704752c8d88e44b38414f2a552ba554b3b.zip |
Fix outdated filename references in the LUFA documentation.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/DoxygenPages/OSDrivers.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/DoxygenPages/OSDrivers.txt b/LUFA/DoxygenPages/OSDrivers.txt index b8c01fb73..4823c5b08 100644 --- a/LUFA/DoxygenPages/OSDrivers.txt +++ b/LUFA/DoxygenPages/OSDrivers.txt @@ -102,10 +102,10 @@ * * \subsection SSec_WinINF_CDC Windows CDC INF Template * This template is required for all CDC-ACM devices on Windows XP or newer. - * \verbinclude WindowsINF/CDC-ACM.inf + * \verbinclude "WindowsINF/LUFA CDC-ACM.inf" * * \subsection SSec_WinINF_RNDIS Windows RNDIS INF Template * This template is required for all RNDIS devices on Windows XP or newer. - * \verbinclude WindowsINF/RNDIS.inf + * \verbinclude "WindowsINF/LUFA RNDIS.inf" */ |