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
This commit is contained in:
parent
21591352d7
commit
4718c09c48
7 changed files with 0 additions and 8 deletions
|
|
@ -112,7 +112,6 @@
|
|||
|
||||
#define BOARD_NAME "Teensy++2.0"
|
||||
|
||||
#define USBCON 1286 // Disable MarlinSerial etc.
|
||||
#define LARGE_FLASH true
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue