Browse Source

Clean up whitespace, GTM32 pins

pull/1/head
Scott Lahteine 5 years ago
parent
commit
2d74c2042a
  1. 8
      Marlin/src/pins/stm32/pins_GTM32_REV_B.h
  2. 2
      buildroot/share/PlatformIO/variants/FYSETC_S6/ldscript.ld

8
Marlin/src/pins/stm32/pins_GTM32_REV_B.h

@ -204,10 +204,10 @@
//
// SD Card on RepRapDiscount Smart Controller (J2) or on SD_CARD connector
//
#define SS_PIN PB12 / PC11
#define SCK_PIN PB13 // PC12 // PC1
#define MOSI_PIN PB15 // PD2 // PD2
#define MISO_PIN PB14 // PC8
#define SS_PIN PB12 // PC11
#define SCK_PIN PB13 // PC12 // PC1
#define MOSI_PIN PB15 // PD2 // PD2
#define MISO_PIN PB14 // PC8
#define SD_DETECT_PIN PC7
#else

2
buildroot/share/PlatformIO/variants/FYSETC_S6/ldscript.ld

@ -173,8 +173,6 @@ SECTIONS
. = ALIGN(4);
} >RAM
/* Remove information from the standard libraries */
/DISCARD/ :
{

Loading…
Cancel
Save