diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-07-02 08:40:52 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-07-02 08:40:52 +0000 |
commit | b7759958674db4c4256e6e3919431791709acee2 (patch) | |
tree | 92c375e6f9ebcacb415905b71a581cb6b214ea77 /Demos/Device/ClassDriver/KeyboardMouse | |
parent | 08eeceeb5fe1fe17d5703123e477dc6fd06af5ff (diff) | |
download | lufa-b7759958674db4c4256e6e3919431791709acee2.tar.gz lufa-b7759958674db4c4256e6e3919431791709acee2.tar.bz2 lufa-b7759958674db4c4256e6e3919431791709acee2.zip |
Oops: Fix compile error in the low level KeyboardMouse demo.
Diffstat (limited to 'Demos/Device/ClassDriver/KeyboardMouse')
-rw-r--r-- | Demos/Device/ClassDriver/KeyboardMouse/Descriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/KeyboardMouse/Descriptors.h b/Demos/Device/ClassDriver/KeyboardMouse/Descriptors.h index 8dc2eb8cb..76c6cfd0a 100644 --- a/Demos/Device/ClassDriver/KeyboardMouse/Descriptors.h +++ b/Demos/Device/ClassDriver/KeyboardMouse/Descriptors.h @@ -68,7 +68,7 @@ /** Endpoint number of the Mouse HID reporting IN endpoint. */ #define MOUSE_IN_EPNUM 3 - /** Size in bytes of each of the HID reporting IN and OUT endpoints. */ + /** Size in bytes of each of the HID reporting IN endpoints. */ #define HID_EPSIZE 8 /* Function Prototypes: */ |