---
 softusb-input/main.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/softusb-input/main.c b/softusb-input/main.c
index eecfe5a..e3626d1 100644
--- a/softusb-input/main.c
+++ b/softusb-input/main.c
@@ -159,8 +159,8 @@ static inline unsigned char toggle(unsigned char old)
 static const char control_failed[] PROGMEM = "Control transfer failed:\n";
 static const char termination[] PROGMEM = "(termination)\n";
 static const char setup_reply[] PROGMEM = "SETUP reply:\n";
-static const char in_reply[] PROGMEM = "OUT/DATA reply:\n";
-static const char out_reply[] PROGMEM = "IN reply:\n";
+static const char out_reply[] PROGMEM = "OUT/DATA reply:\n";
+static const char in_reply[] PROGMEM = "IN reply:\n";
 
 static char control_transfer(unsigned char addr, struct setup_packet *p, char 
out, unsigned char *payload, int maxlen)
 {
-- 
1.7.1

_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode

Reply via email to