Scott Lahteine 4 лет назад
Родитель
Сommit
a2cda631d9

+ 1
- 1
Marlin/src/module/stepper.h Просмотреть файл

@@ -67,7 +67,7 @@
67 67
 #ifdef CPU_32_BIT
68 68
   /**
69 69
    * Duration of START_TIMED_PULSE
70
-   * 
70
+   *
71 71
    * ...as measured on an LPC1768 with a scope and converted to cycles.
72 72
    * Not applicable to other 32-bit processors, but as long as others
73 73
    * take longer, pulses will be longer. For example the SKR Pro

+ 2
- 2
Marlin/src/pins/esp32/pins_MRR_ESPE.h Просмотреть файл

@@ -107,8 +107,8 @@
107 107
 #define HEATER_BED_PIN    144 // 4
108 108
 
109 109
 #define CONTROLLER_FAN_PIN 147
110
-//#define E0_AUTO_FAN_PIN 148 // need to update Configuration_adv.h @section extruder 
111
-//#define E1_AUTO_FAN_PIN 149 // need to update Configuration_adv.h @section extruder 
110
+//#define E0_AUTO_FAN_PIN 148 // need to update Configuration_adv.h @section extruder
111
+//#define E1_AUTO_FAN_PIN 149 // need to update Configuration_adv.h @section extruder
112 112
 #define FAN1_PIN 149
113 113
 
114 114
 //

+ 1
- 1
Marlin/src/pins/stm32/pins_BTT_BTT002_V1_0.h Просмотреть файл

@@ -155,7 +155,7 @@
155 155
 #define FAN_PIN            PB9   // Fan0
156 156
 #define FAN1_PIN           PB8   // Fan1
157 157
 
158
-// HAL SPI1 pins 
158
+// HAL SPI1 pins
159 159
 #define CUSTOM_SPI_PINS
160 160
 #if ENABLED(CUSTOM_SPI_PINS)
161 161
   #define SCK_PIN          PA5   // SPI1 SCLK

+ 1
- 1
Marlin/src/pins/stm32/pins_MKS_ROBIN_MINI.h Просмотреть файл

@@ -42,7 +42,7 @@
42 42
 // 2K in a AT24C16N
43 43
 #define EEPROM_PAGE_SIZE	(uint16)0x800 // 2048
44 44
 #define EEPROM_START_ADDRESS	((uint32)(0x8000000 + 512 * 1024 - 2 * EEPROM_PAGE_SIZE))
45
-#define E2END (EEPROM_PAGE_SIZE - 1) 
45
+#define E2END (EEPROM_PAGE_SIZE - 1)
46 46
 
47 47
 //
48 48
 // Note: MKS Robin mini board is using SPI2 interface.

+ 8
- 8
buildroot/share/PlatformIO/variants/FLY_F407ZG/ldscript.ld Просмотреть файл

@@ -134,7 +134,7 @@ SECTIONS
134 134
   _sidata = LOADADDR(.data);
135 135
 
136 136
   /* Initialized data sections goes into RAM, load LMA copy after code */
137
-  .data : 
137
+  .data :
138 138
   {
139 139
     . = ALIGN(4);
140 140
     _sdata = .;        /* create a global symbol at data start */
@@ -147,11 +147,11 @@ SECTIONS
147 147
 
148 148
   _siccmram = LOADADDR(.ccmram);
149 149
 
150
-  /* CCM-RAM section 
151
-  * 
152
-  * IMPORTANT NOTE! 
150
+  /* CCM-RAM section
151
+  *
152
+  * IMPORTANT NOTE!
153 153
   * If initialized variables will be placed in this section,
154
-  * the startup code needs to be modified to copy the init-values.  
154
+  * the startup code needs to be modified to copy the init-values.
155 155
   */
156 156
   .ccmram :
157 157
   {
@@ -159,12 +159,12 @@ SECTIONS
159 159
     _sccmram = .;       /* create a global symbol at ccmram start */
160 160
     *(.ccmram)
161 161
     *(.ccmram*)
162
-    
162
+
163 163
     . = ALIGN(4);
164 164
     _eccmram = .;       /* create a global symbol at ccmram end */
165 165
   } >CCMRAM AT> FLASH
166 166
 
167
-  
167
+
168 168
   /* Uninitialized data section */
169 169
   . = ALIGN(4);
170 170
   .bss :
@@ -191,7 +191,7 @@ SECTIONS
191 191
     . = . + _Min_Stack_Size;
192 192
     . = ALIGN(4);
193 193
   } >RAM
194
-  
194
+
195 195
 
196 196
   /* Remove information from the standard libraries */
197 197
   /DISCARD/ :

+ 4
- 4
buildroot/share/PlatformIO/variants/FLY_F407ZG/variant.h Просмотреть файл

@@ -163,15 +163,15 @@ extern "C" {
163 163
 // Below SPI and I2C definitions already done in the core
164 164
 // Could be redefined here if differs from the default one
165 165
 // SPI Definitions
166
-#define PIN_SPI_SS              PF11 
166
+#define PIN_SPI_SS              PF11
167 167
 #define PIN_SPI_MOSI            PB15
168
-#define PIN_SPI_MISO            PB14 
169
-#define PIN_SPI_SCK             PB13 
168
+#define PIN_SPI_MISO            PB14
169
+#define PIN_SPI_SCK             PB13
170 170
 
171 171
 
172 172
 
173 173
 //max6675
174
-//#define PIN_SPI_SS              PA4 
174
+//#define PIN_SPI_SS              PA4
175 175
 //#define PIN_SPI_SCK             PA5
176 176
 //#define PIN_SPI_MISO            PA6
177 177
 //#define PIN_SPI_MOSI            PA7

Загрузка…
Отмена
Сохранить