Skip to content

Commit

Permalink
Merge pull request #7347 from fiveangle/at90usb_usbcon_unification
Browse files Browse the repository at this point in the history
Remove extraneous USBCON defines for AT90USB boards
  • Loading branch information
thinkyhead committed Jul 27, 2017
2 parents 2159135 + 4718c09 commit a972c06
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion Marlin/pins_5DPRINT.h
Expand Up @@ -74,7 +74,6 @@
#define DEFAULT_MACHINE_NAME "Makibox"
#define BOARD_NAME "5DPrint D8"

#define USBCON 1286 // Disable MarlinSerial etc.
#define LARGE_FLASH true

//
Expand Down
2 changes: 0 additions & 2 deletions Marlin/pins_BRAINWAVE.h
Expand Up @@ -73,8 +73,6 @@

#define BOARD_NAME "Brainwave"

#define USBCON 646 // Disable MarlinSerial etc.

//
// Limit Switches
//
Expand Down
1 change: 0 additions & 1 deletion Marlin/pins_BRAINWAVE_PRO.h
Expand Up @@ -80,7 +80,6 @@

#define BOARD_NAME "Brainwave Pro"

#define USBCON 1286 // Disable MarlinSerial etc.
#define LARGE_FLASH true

//
Expand Down
1 change: 0 additions & 1 deletion Marlin/pins_PRINTRBOARD.h
Expand Up @@ -67,7 +67,6 @@

#define BOARD_NAME "Printrboard"

#define USBCON 1286 // Disable MarlinSerial etc.
#define LARGE_FLASH true

// Disable JTAG pins so they can be used for the Extrudrboard
Expand Down
1 change: 0 additions & 1 deletion Marlin/pins_SAV_MKI.h
Expand Up @@ -69,7 +69,6 @@
#define DEFAULT_SOURCE_CODE_URL "https://github.com/fmalpartida/Marlin/tree/SAV-MkI-config"
#define BOARD_NAME "SAV MkI"

#define USBCON 1286 // Disable MarlinSerial etc.
#define LARGE_FLASH true

//
Expand Down
1 change: 0 additions & 1 deletion Marlin/pins_TEENSY2.h
Expand Up @@ -112,7 +112,6 @@

#define BOARD_NAME "Teensy++2.0"

#define USBCON 1286 // Disable MarlinSerial etc.
#define LARGE_FLASH true

//
Expand Down
1 change: 0 additions & 1 deletion Marlin/pins_TEENSYLU.h
Expand Up @@ -79,7 +79,6 @@

#define BOARD_NAME "Teensylu"

#define USBCON 1286 // Disable MarlinSerial etc.
#define LARGE_FLASH true


Expand Down

0 comments on commit a972c06

Please sign in to comment.