aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/LibraryApps.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-09-17 23:34:16 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-09-17 23:34:16 +0000
commitcd0adb7574525978f50eabd536f7563f2d9f9aa7 (patch)
tree6abf76db4c61b4cfddc784b81d6dfd1336f1eacc /LUFA/ManPages/LibraryApps.txt
parent7c6b2019a302fb064665c1a69e559678c299e9bb (diff)
downloadlufa-cd0adb7574525978f50eabd536f7563f2d9f9aa7.tar.gz
lufa-cd0adb7574525978f50eabd536f7563f2d9f9aa7.tar.bz2
lufa-cd0adb7574525978f50eabd536f7563f2d9f9aa7.zip
Added support for the officially recommended layout of the external peripherals connected to the BUMBLEB board.
Added flag to the HID Host Class driver to indicate the currently selected reporting protocol.
Diffstat (limited to 'LUFA/ManPages/LibraryApps.txt')
-rw-r--r--LUFA/ManPages/LibraryApps.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt
index 0b49a32e1..59aaea5d1 100644
--- a/LUFA/ManPages/LibraryApps.txt
+++ b/LUFA/ManPages/LibraryApps.txt
@@ -12,7 +12,7 @@
* further at the expense of a loss of flexibility).
*
* With one or two exceptions (e.g. proprietary classes such as RNDIS) all the included demos will work across all OSes without
- * the need for special drivers. One Windows, some demos require the supplied .INF file to be used as the device driver, which
+ * the need for special drivers. On Windows, some demos require the supplied .INF file to be used as the device driver, which
* directs the OS to use its inbuilt class drivers for the device.
*
* Also included with the library are three fully functional bootloaders, located in the /Bootloaders/ subdirectory.