Browse Source

Remove extraneous USBCON defines for AT90USB boards

USBCON is definied by serial.h pullikng in MarlinConfig.h which in turn pulls in Arduino.h.  Defining in later includes has shown to cause compile issues so removing all extraneous calls for and potentially easier future linker troubleshooting.
more USBCON unification
Dave Johnson 7 years ago
parent
commit
4718c09c48

+ 0
- 1
Marlin/pins_5DPRINT.h View File

74
 #define DEFAULT_MACHINE_NAME "Makibox"
74
 #define DEFAULT_MACHINE_NAME "Makibox"
75
 #define BOARD_NAME           "5DPrint D8"
75
 #define BOARD_NAME           "5DPrint D8"
76
 
76
 
77
-#define USBCON 1286  // Disable MarlinSerial etc.
78
 #define LARGE_FLASH        true
77
 #define LARGE_FLASH        true
79
 
78
 
80
 //
79
 //

+ 0
- 2
Marlin/pins_BRAINWAVE.h View File

73
 
73
 
74
 #define BOARD_NAME         "Brainwave"
74
 #define BOARD_NAME         "Brainwave"
75
 
75
 
76
-#define USBCON 646  // Disable MarlinSerial etc.
77
-
78
 //
76
 //
79
 // Limit Switches
77
 // Limit Switches
80
 //
78
 //

+ 0
- 1
Marlin/pins_BRAINWAVE_PRO.h View File

80
 
80
 
81
 #define BOARD_NAME         "Brainwave Pro"
81
 #define BOARD_NAME         "Brainwave Pro"
82
 
82
 
83
-#define USBCON 1286  // Disable MarlinSerial etc.
84
 #define LARGE_FLASH        true
83
 #define LARGE_FLASH        true
85
 
84
 
86
 //
85
 //

+ 0
- 1
Marlin/pins_PRINTRBOARD.h View File

67
 
67
 
68
 #define BOARD_NAME         "Printrboard"
68
 #define BOARD_NAME         "Printrboard"
69
 
69
 
70
-#define USBCON 1286  // Disable MarlinSerial etc.
71
 #define LARGE_FLASH        true
70
 #define LARGE_FLASH        true
72
 
71
 
73
 // Disable JTAG pins so they can be used for the Extrudrboard
72
 // Disable JTAG pins so they can be used for the Extrudrboard

+ 0
- 1
Marlin/pins_SAV_MKI.h View File

69
 #define DEFAULT_SOURCE_CODE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
69
 #define DEFAULT_SOURCE_CODE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
70
 #define BOARD_NAME              "SAV MkI"
70
 #define BOARD_NAME              "SAV MkI"
71
 
71
 
72
-#define USBCON 1286  // Disable MarlinSerial etc.
73
 #define LARGE_FLASH        true
72
 #define LARGE_FLASH        true
74
 
73
 
75
 //
74
 //

+ 0
- 1
Marlin/pins_TEENSY2.h View File

112
 
112
 
113
 #define BOARD_NAME         "Teensy++2.0"
113
 #define BOARD_NAME         "Teensy++2.0"
114
 
114
 
115
-#define USBCON 1286  // Disable MarlinSerial etc.
116
 #define LARGE_FLASH        true
115
 #define LARGE_FLASH        true
117
 
116
 
118
 //
117
 //

+ 0
- 1
Marlin/pins_TEENSYLU.h View File

79
 
79
 
80
 #define BOARD_NAME         "Teensylu"
80
 #define BOARD_NAME         "Teensylu"
81
 
81
 
82
-#define USBCON 1286  // Disable MarlinSerial etc.
83
 #define LARGE_FLASH        true
82
 #define LARGE_FLASH        true
84
 
83
 
85
 
84
 

Loading…
Cancel
Save