diff options
| author | Dean Camera <dean@fourwalledcubicle.com> | 2009-03-19 14:16:12 +0000 |
|---|---|---|
| committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-03-19 14:16:12 +0000 |
| commit | 88051e78a281f5776538558aec113ff2b66e056c (patch) | |
| tree | cfdd65c067c9c660b7e3d3f6edcefe25596f5f6f /Demos/KeyboardHostViaInt/KeyboardHostViaInt.h | |
| parent | 48400df13c7f9f4f0fd8e7f841d49f9502557cb1 (diff) | |
| download | lufa-88051e78a281f5776538558aec113ff2b66e056c.tar.gz lufa-88051e78a281f5776538558aec113ff2b66e056c.tar.bz2 lufa-88051e78a281f5776538558aec113ff2b66e056c.zip | |
Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.
Corrections to Keyboard demo.
Removed AVRISP_Programmer project due to code quality concerns.
Diffstat (limited to 'Demos/KeyboardHostViaInt/KeyboardHostViaInt.h')
| -rw-r--r-- | Demos/KeyboardHostViaInt/KeyboardHostViaInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/KeyboardHostViaInt/KeyboardHostViaInt.h b/Demos/KeyboardHostViaInt/KeyboardHostViaInt.h index 7ae54e6ad..06cd02a9f 100644 --- a/Demos/KeyboardHostViaInt/KeyboardHostViaInt.h +++ b/Demos/KeyboardHostViaInt/KeyboardHostViaInt.h @@ -59,7 +59,7 @@ #define KEYBOARD_DATAPIPE 1
/** HID Class Specific request to set the report protocol mode */
- #define REQ_SetProtocol 0x0B
+ #define REQ_SetProtocol 0x0B
/* Type Defines: */
/** Type define for a standard Boot Protocol Keyboard report */
|
