Browse Source

Update some env in pins.h

Scott Lahteine 5 years ago
parent
commit
81cee05476
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/pins/pins.h

+ 2
- 2
Marlin/src/pins/pins.h View File

@@ -161,7 +161,7 @@
161 161
 #elif MB(RAMPS_CREALITY)
162 162
   #include "pins_RAMPS_CREALITY.h"    // ATmega2560                                 env:megaatmega2560
163 163
 #elif MB(FYSETC_F6_13)
164
-  #include "pins_FYSETC_F6_13.h"      // ATmega2560                                 env:megaatmega2560
164
+  #include "pins_FYSETC_F6_13.h"      // ATmega2560                                 env:fysetc_f6_13
165 165
 #elif MB(DUPLICATOR_I3_PLUS)
166 166
   #include "pins_DUPLICATOR_I3_PLUS.h" // ATmega2560                                env:megaatmega2560
167 167
 #elif MB(VORON)
@@ -460,7 +460,7 @@
460 460
 //
461 461
 
462 462
 #elif MB(ESP32)
463
-  #include "pins_ESP32.h"
463
+  #include "pins_ESP32.h"             // ESP32                                      env:esp32
464 464
 
465 465
 //
466 466
 // Linux Native Debug board

Loading…
Cancel
Save