summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/rc632.c
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/src/rc632.c')
-rw-r--r--openpcd/firmware/src/rc632.c4
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
personal git repositories of Harald Welte. Your mileage may vary