Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extraneous USBCON defines for AT90USB boards #7347

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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