freemyipod r934 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r933‎ | r934 | r935 >
Date:10:31, 6 June 2014
Author:theseven
Status:new
Tags:
Comment:
emCORE: Fix red on targets which don't have target-specific USB debugger commands
Modified paths:
  • /emcore/trunk/target/ipodnano3g/target.h (modified) (history)
  • /emcore/trunk/target/ipodnano4g/target.h (modified) (history)
  • /emcore/trunk/target/ipodtouch2g/target.h (modified) (history)

Diff [purge]

Index: emcore/trunk/target/ipodnano3g/target.h
@@ -62,7 +62,7 @@
6363 }
6464 #define USB_ENDPOINTS 0b0000000000010110000000000010101
6565 #define USB_MAXCURRENT 500
66 -#define USB_HAVE_TARGET_SPECIFIC_REQUESTS
 66+//#define USB_HAVE_TARGET_SPECIFIC_REQUESTS
6767
6868
6969 #define HAVE_LCD
Index: emcore/trunk/target/ipodnano4g/target.h
@@ -62,7 +62,7 @@
6363 }
6464 #define USB_ENDPOINTS 0b0000000000010110000000000010101
6565 #define USB_MAXCURRENT 500
66 -#define USB_HAVE_TARGET_SPECIFIC_REQUESTS
 66+//#define USB_HAVE_TARGET_SPECIFIC_REQUESTS
6767
6868
6969 #define HAVE_LCD
Index: emcore/trunk/target/ipodtouch2g/target.h
@@ -62,7 +62,7 @@
6363 }
6464 #define USB_ENDPOINTS 0b0000000000010110000000000010101
6565 #define USB_MAXCURRENT 500
66 -#define USB_HAVE_TARGET_SPECIFIC_REQUESTS
 66+//#define USB_HAVE_TARGET_SPECIFIC_REQUESTS
6767
6868
6969 #define HAVE_LCD