removed SDSS init
added device & comm drivers for shared SPI LCDs mistyped some updates in ultralcd_impl_DOGM.h remove unwanted changes in onfiguration.h still can't type Update HAL_LCD_class_defines.h include USB mass storage & misc
This commit is contained in:
@ -125,7 +125,7 @@
|
||||
*
|
||||
* :[-1, 0, 1, 2, 3, 4, 5, 6, 7]
|
||||
*/
|
||||
#define SERIAL_PORT 0
|
||||
#define SERIAL_PORT -1
|
||||
|
||||
/**
|
||||
* 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 -1
|
||||
#define SERIAL_PORT_2 0
|
||||
|
||||
/**
|
||||
* This setting determines the communication speed of the printer.
|
||||
|
Reference in New Issue
Block a user