Clean up whitespace, GTM32 pins
This commit is contained in:
parent
e585c37d7d
commit
2d74c2042a
@ -204,10 +204,10 @@
|
|||||||
//
|
//
|
||||||
// SD Card on RepRapDiscount Smart Controller (J2) or on SD_CARD connector
|
// SD Card on RepRapDiscount Smart Controller (J2) or on SD_CARD connector
|
||||||
//
|
//
|
||||||
#define SS_PIN PB12 / PC11
|
#define SS_PIN PB12 // PC11
|
||||||
#define SCK_PIN PB13 // PC12 // PC1
|
#define SCK_PIN PB13 // PC12 // PC1
|
||||||
#define MOSI_PIN PB15 // PD2 // PD2
|
#define MOSI_PIN PB15 // PD2 // PD2
|
||||||
#define MISO_PIN PB14 // PC8
|
#define MISO_PIN PB14 // PC8
|
||||||
#define SD_DETECT_PIN PC7
|
#define SD_DETECT_PIN PC7
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
@ -173,8 +173,6 @@ SECTIONS
|
|||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
} >RAM
|
} >RAM
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Remove information from the standard libraries */
|
/* Remove information from the standard libraries */
|
||||||
/DISCARD/ :
|
/DISCARD/ :
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user