浏览代码

Fix mega/ subfolder pins

Followup to #14573
Scott Lahteine 5 年前
父节点
当前提交
340d827dc1
共有 1 个文件被更改,包括 19 次插入19 次删除
  1. 19
    19
      Marlin/src/pins/pins.h

+ 19
- 19
Marlin/src/pins/pins.h 查看文件

195
 //
195
 //
196
 
196
 
197
 #elif MB(CNCONTROLS_11)
197
 #elif MB(CNCONTROLS_11)
198
-  #include "pins_CNCONTROLS_11.h"               // ATmega1280, ATmega2560                 env:megaatmega1280 env:megaatmega2560
198
+  #include "mega/pins_CNCONTROLS_11.h"          // ATmega1280, ATmega2560                 env:megaatmega1280 env:megaatmega2560
199
 #elif MB(CNCONTROLS_12)
199
 #elif MB(CNCONTROLS_12)
200
-  #include "pins_CNCONTROLS_12.h"               // ATmega1280, ATmega2560                 env:megaatmega1280 env:megaatmega2560
200
+  #include "mega/pins_CNCONTROLS_12.h"          // ATmega1280, ATmega2560                 env:megaatmega1280 env:megaatmega2560
201
 #elif MB(MIGHTYBOARD_REVE)
201
 #elif MB(MIGHTYBOARD_REVE)
202
-  #include "pins_MIGHTYBOARD_REVE.h"            // ATmega1280, ATmega2560                 env:megaatmega1280 env:megaatmega2560
202
+  #include "mega/pins_MIGHTYBOARD_REVE.h"       // ATmega1280, ATmega2560                 env:megaatmega1280 env:megaatmega2560
203
 #elif MB(CHEAPTRONIC)
203
 #elif MB(CHEAPTRONIC)
204
-  #include "pins_CHEAPTRONIC.h"                 // ATmega2560                             env:megaatmega2560
204
+  #include "mega/pins_CHEAPTRONIC.h"            // ATmega2560                             env:megaatmega2560
205
 #elif MB(CHEAPTRONIC_V2)
205
 #elif MB(CHEAPTRONIC_V2)
206
-  #include "pins_CHEAPTRONICv2.h"               // ATmega2560                             env:megaatmega2560
206
+  #include "mega/pins_CHEAPTRONICv2.h"          // ATmega2560                             env:megaatmega2560
207
 #elif MB(MEGATRONICS)
207
 #elif MB(MEGATRONICS)
208
-  #include "pins_MEGATRONICS.h"                 // ATmega2560                             env:megaatmega2560
208
+  #include "mega/pins_MEGATRONICS.h"            // ATmega2560                             env:megaatmega2560
209
 #elif MB(MEGATRONICS_2)
209
 #elif MB(MEGATRONICS_2)
210
-  #include "pins_MEGATRONICS_2.h"               // ATmega2560                             env:megaatmega2560
210
+  #include "mega/pins_MEGATRONICS_2.h"          // ATmega2560                             env:megaatmega2560
211
 #elif MB(MEGATRONICS_3) || MB(MEGATRONICS_31) || MB(MEGATRONICS_32)
211
 #elif MB(MEGATRONICS_3) || MB(MEGATRONICS_31) || MB(MEGATRONICS_32)
212
-  #include "pins_MEGATRONICS_3.h"               // ATmega2560                             env:megaatmega2560
212
+  #include "mega/pins_MEGATRONICS_3.h"          // ATmega2560                             env:megaatmega2560
213
 #elif MB(ELEFU_3)
213
 #elif MB(ELEFU_3)
214
-  #include "pins_ELEFU_3.h"                     // ATmega2560                             env:megaatmega2560
214
+  #include "mega/pins_ELEFU_3.h"                // ATmega2560                             env:megaatmega2560
215
 #elif MB(LEAPFROG)
215
 #elif MB(LEAPFROG)
216
-  #include "pins_LEAPFROG.h"                    // ATmega1280, ATmega2560                 env:megaatmega1280 env:megaatmega2560
216
+  #include "mega/pins_LEAPFROG.h"               // ATmega1280, ATmega2560                 env:megaatmega1280 env:megaatmega2560
217
 #elif MB(MEGACONTROLLER)
217
 #elif MB(MEGACONTROLLER)
218
-  #include "pins_MEGACONTROLLER.h"              // ATmega2560                             env:megaatmega2560
218
+  #include "mega/pins_MEGACONTROLLER.h"         // ATmega2560                             env:megaatmega2560
219
 #elif MB(GT2560_REV_A)
219
 #elif MB(GT2560_REV_A)
220
-  #include "pins_GT2560_REV_A.h"                // ATmega1280, ATmega2560                 env:megaatmega1280 env:megaatmega2560
220
+  #include "mega/pins_GT2560_REV_A.h"           // ATmega1280, ATmega2560                 env:megaatmega1280 env:megaatmega2560
221
 #elif MB(GT2560_REV_A_PLUS)
221
 #elif MB(GT2560_REV_A_PLUS)
222
-  #include "pins_GT2560_REV_A_PLUS.h"           // ATmega1280, ATmega2560                 env:megaatmega1280 env:megaatmega2560
222
+  #include "mega/pins_GT2560_REV_A_PLUS.h"      // ATmega1280, ATmega2560                 env:megaatmega1280 env:megaatmega2560
223
 #elif MB(GT2560_V3)
223
 #elif MB(GT2560_V3)
224
-  #include "pins_GT2560_V3.h"                   // ATmega2560                             env:megaatmega2560
224
+  #include "mega/pins_GT2560_V3.h"              // ATmega2560                             env:megaatmega2560
225
 #elif MB(GT2560_V3_MC2)
225
 #elif MB(GT2560_V3_MC2)
226
-  #include "pins_GT2560_V3_MC2.h"               // ATmega2560                             env:megaatmega2560
226
+  #include "mega/pins_GT2560_V3_MC2.h"          // ATmega2560                             env:megaatmega2560
227
 #elif MB(GT2560_V3_A20)
227
 #elif MB(GT2560_V3_A20)
228
-  #include "pins_GT2560_V3_A20.h"               // ATmega2560                             env:megaatmega2560
228
+  #include "mega/pins_GT2560_V3_A20.h"          // ATmega2560                             env:megaatmega2560
229
 #elif MB(EINSTART_S)
229
 #elif MB(EINSTART_S)
230
-  #include "pins_EINSTART-S.h"                  // ATmega1280, ATmega2560                 env:megaatmega1280 env:megaatmega2560
230
+  #include "mega/pins_EINSTART-S.h"             // ATmega1280, ATmega2560                 env:megaatmega1280 env:megaatmega2560
231
 
231
 
232
 //
232
 //
233
 // ATmega1281, ATmega2561
233
 // ATmega1281, ATmega2561
234
 //
234
 //
235
 
235
 
236
 #elif MB(MINITRONICS)
236
 #elif MB(MINITRONICS)
237
-  #include "pins_MINITRONICS.h"                 // ATmega1281                             env:megaatmega1280
237
+  #include "mega/pins_MINITRONICS.h"            // ATmega1281                             env:megaatmega1280
238
 #elif MB(SILVER_GATE)
238
 #elif MB(SILVER_GATE)
239
-  #include "pins_SILVER_GATE.h"                 // ATmega2561                             env:megaatmega2560
239
+  #include "mega/pins_SILVER_GATE.h"            // ATmega2561                             env:megaatmega2560
240
 
240
 
241
 //
241
 //
242
 // Sanguinololu and Derivatives - ATmega644P, ATmega1284P
242
 // Sanguinololu and Derivatives - ATmega644P, ATmega1284P

正在加载...
取消
保存