diff options
author | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-08-23 20:31:12 +0000 |
---|---|---|
committer | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-08-23 20:31:12 +0000 |
commit | 5427fce50c4167c14dfd046f17c81ec184f5ef20 (patch) | |
tree | 660e8f26e89af8c96211bcfa281afc27b7209c97 | |
parent | c089b6086dccb2dce69ffc99d5e08c0d74eb9807 (diff) |
- enable ALWAYS_RESPOND
- fix ALWAYS_RESPOND typo
git-svn-id: https://svn.openpcd.org:2342/trunk@130 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
-rw-r--r-- | openpcd/firmware/src/rc632.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openpcd/firmware/src/rc632.c b/openpcd/firmware/src/rc632.c index 0f646dd..54ff58d 100644 --- a/openpcd/firmware/src/rc632.c +++ b/openpcd/firmware/src/rc632.c @@ -20,6 +20,8 @@ #include "usb_handler.h" #include "rc632.h" +#define ALWAYS_RESPOND + #define NOTHING do {} while(0) #if 0 @@ -470,7 +472,7 @@ static int rc632_usb_in(struct req_ctx *rctx) return -EINVAL; } -#ifdef ALWAYS_RESPND +#ifdef ALWAYS_RESPOND goto respond; #endif |