Revert "[2.0.x] DUE compatibility with shared SPI LCDs, USB mass storage, add pin defs & update examples\MakerParts\Configuration.h"

This commit is contained in:
Bob-the-Kuhn
2018-03-10 17:22:20 -06:00
committed by GitHub
parent fd1d590726
commit bf59a4a6df
11 changed files with 225 additions and 744 deletions

View File

@ -125,7 +125,7 @@
*
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
#define SERIAL_PORT -1
#define SERIAL_PORT 0
/**
* Select a secondary serial port on the board to use for communication with the host.
@ -134,7 +134,7 @@
*
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
*/
#define SERIAL_PORT_2 0
#define SERIAL_PORT_2 -1
/**
* This setting determines the communication speed of the printer.