Browse Source

🐛 Fix STM3R / BEAST envs (#22028)

ellensp 3 years ago
parent
commit
da8576f642
No account linked to committer's email address
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

468
 #elif MB(MALYAN_M200)
468
 #elif MB(MALYAN_M200)
469
   #include "stm32f1/pins_MALYAN_M200.h"         // STM32F103CB                            env:STM32F103CB_malyan
469
   #include "stm32f1/pins_MALYAN_M200.h"         // STM32F103CB                            env:STM32F103CB_malyan
470
 #elif MB(STM3R_MINI)
470
 #elif MB(STM3R_MINI)
471
-  #include "stm32f1/pins_STM3R_MINI.h"          // STM32F103RE?                           env:STM32F103RE env:STM32F103RE_maple
471
+  #include "stm32f1/pins_STM3R_MINI.h"          // STM32F103VE?                           env:STM32F103VE env:STM32F103RE_maple
472
 #elif MB(GTM32_PRO_VB)
472
 #elif MB(GTM32_PRO_VB)
473
   #include "stm32f1/pins_GTM32_PRO_VB.h"        // STM32F103VE                            env:STM32F103VE env:STM32F103RE_maple
473
   #include "stm32f1/pins_GTM32_PRO_VB.h"        // STM32F103VE                            env:STM32F103VE env:STM32F103RE_maple
474
 #elif MB(GTM32_PRO_VD)
474
 #elif MB(GTM32_PRO_VD)
556
 #elif MB(FLSUN_HISPEED)
556
 #elif MB(FLSUN_HISPEED)
557
   #include "stm32f1/pins_FLSUN_HISPEED.h"       // STM32F1                                env:flsun_hispeedv1
557
   #include "stm32f1/pins_FLSUN_HISPEED.h"       // STM32F1                                env:flsun_hispeedv1
558
 #elif MB(BEAST)
558
 #elif MB(BEAST)
559
-  #include "stm32f1/pins_BEAST.h"               // STM32F1                                env:STM32F103VE env:STM32F103RE_maple
559
+  #include "stm32f1/pins_BEAST.h"               // STM32F103VE?                           env:STM32F103VE env:STM32F103RE_maple
560
 #elif MB(MINGDA_MPX_ARM_MINI)
560
 #elif MB(MINGDA_MPX_ARM_MINI)
561
   #include "stm32f1/pins_MINGDA_MPX_ARM_MINI.h" // STM32F1                                env:mingda_mpx_arm_mini
561
   #include "stm32f1/pins_MINGDA_MPX_ARM_MINI.h" // STM32F1                                env:mingda_mpx_arm_mini
562
 
562
 

Loading…
Cancel
Save