Procházet zdrojové kódy

Replace Serial with Serial1 in pins files (#19459)

Jason Smith před 3 roky
rodič
revize
fb48cd0ab4
No account linked to committer's email address

+ 1
- 1
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_3.h Zobrazit soubor

@@ -151,7 +151,7 @@
151 151
    * Hardware serial communication ports.
152 152
    * If undefined software serial is used according to the pins below
153 153
    */
154
-  //#define X_HARDWARE_SERIAL  Serial
154
+  //#define X_HARDWARE_SERIAL  Serial1
155 155
   //#define X2_HARDWARE_SERIAL Serial1
156 156
   //#define Y_HARDWARE_SERIAL  Serial1
157 157
   //#define Y2_HARDWARE_SERIAL Serial1

+ 1
- 1
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h Zobrazit soubor

@@ -174,7 +174,7 @@
174 174
    * Hardware serial communication ports.
175 175
    * If undefined software serial is used according to the pins below
176 176
    */
177
-  //#define X_HARDWARE_SERIAL  Serial
177
+  //#define X_HARDWARE_SERIAL  Serial1
178 178
   //#define X2_HARDWARE_SERIAL Serial1
179 179
   //#define Y_HARDWARE_SERIAL  Serial1
180 180
   //#define Y2_HARDWARE_SERIAL Serial1

+ 1
- 1
Marlin/src/pins/lpc1768/pins_MKS_SGEN_L.h Zobrazit soubor

@@ -153,7 +153,7 @@
153 153
    * Hardware serial communication ports.
154 154
    * If undefined software serial is used according to the pins below
155 155
    */
156
-  //#define X_HARDWARE_SERIAL  Serial
156
+  //#define X_HARDWARE_SERIAL  Serial1
157 157
   //#define X2_HARDWARE_SERIAL Serial1
158 158
   //#define Y_HARDWARE_SERIAL  Serial1
159 159
   //#define Y2_HARDWARE_SERIAL Serial1

+ 1
- 1
Marlin/src/pins/lpc1769/pins_MKS_SGEN_L_V2.h Zobrazit soubor

@@ -163,7 +163,7 @@
163 163
    * Hardware serial communication ports.
164 164
    * If undefined software serial is used according to the pins below
165 165
    */
166
-  //#define X_HARDWARE_SERIAL  Serial
166
+  //#define X_HARDWARE_SERIAL  Serial1
167 167
   //#define X2_HARDWARE_SERIAL Serial1
168 168
   //#define Y_HARDWARE_SERIAL  Serial1
169 169
   //#define Y2_HARDWARE_SERIAL Serial1

+ 1
- 1
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO_V2.h Zobrazit soubor

@@ -132,7 +132,7 @@
132 132
    * Hardware serial communication ports.
133 133
    * If undefined software serial is used according to the pins below
134 134
    */
135
-  //#define X_HARDWARE_SERIAL  Serial
135
+  //#define X_HARDWARE_SERIAL  Serial1
136 136
   //#define X2_HARDWARE_SERIAL Serial1
137 137
   //#define Y_HARDWARE_SERIAL  Serial1
138 138
   //#define Y2_HARDWARE_SERIAL Serial1

+ 1
- 1
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_PRO.h Zobrazit soubor

@@ -125,7 +125,7 @@
125 125
    * Hardware serial communication ports.
126 126
    * If undefined software serial is used according to the pins below
127 127
    */
128
-  //#define X_HARDWARE_SERIAL  Serial
128
+  //#define X_HARDWARE_SERIAL  Serial1
129 129
   //#define X2_HARDWARE_SERIAL Serial1
130 130
   //#define Y_HARDWARE_SERIAL  Serial1
131 131
   //#define Y2_HARDWARE_SERIAL Serial1

+ 1
- 1
Marlin/src/pins/stm32f4/pins_BTT_GTR_V1_0.h Zobrazit soubor

@@ -171,7 +171,7 @@
171 171
    * Hardware serial communication ports.
172 172
    * If undefined software serial is used according to the pins below
173 173
    */
174
-  //#define X_HARDWARE_SERIAL  Serial
174
+  //#define X_HARDWARE_SERIAL  Serial1
175 175
   //#define X2_HARDWARE_SERIAL Serial1
176 176
   //#define Y_HARDWARE_SERIAL  Serial1
177 177
   //#define Y2_HARDWARE_SERIAL Serial1

+ 1
- 1
Marlin/src/pins/stm32f4/pins_BTT_SKR_PRO_common.h Zobrazit soubor

@@ -178,7 +178,7 @@
178 178
    * Hardware serial communication ports.
179 179
    * If undefined software serial is used according to the pins below
180 180
    */
181
-  //#define X_HARDWARE_SERIAL  Serial
181
+  //#define X_HARDWARE_SERIAL  Serial1
182 182
   //#define X2_HARDWARE_SERIAL Serial1
183 183
   //#define Y_HARDWARE_SERIAL  Serial1
184 184
   //#define Y2_HARDWARE_SERIAL Serial1

+ 1
- 1
Marlin/src/pins/stm32f4/pins_RUMBA32_MKS.h Zobrazit soubor

@@ -57,7 +57,7 @@
57 57
    * Hardware serial communication ports.
58 58
    * If undefined software serial is used according to the pins below
59 59
    */
60
-  //#define X_HARDWARE_SERIAL  Serial
60
+  //#define X_HARDWARE_SERIAL  Serial1
61 61
   //#define X2_HARDWARE_SERIAL Serial1
62 62
   //#define Y_HARDWARE_SERIAL  Serial1
63 63
   //#define Y2_HARDWARE_SERIAL Serial1

Loading…
Zrušit
Uložit