Browse Source

STM32F7xx is gone

Scott Lahteine 6 years ago
parent
commit
a0d782e46e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/pins.h

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

510
 #elif MB(THE_BORG)
510
 #elif MB(THE_BORG)
511
   #include "stm32/pins_THE_BORG.h"              // STM32F7                                env:STM32F7
511
   #include "stm32/pins_THE_BORG.h"              // STM32F7                                env:STM32F7
512
 #elif MB(REMRAM_V1)
512
 #elif MB(REMRAM_V1)
513
-  #include "stm32/pins_REMRAM_V1.h"             // STM32F7                                env:STM32F7xx
513
+  #include "stm32/pins_REMRAM_V1.h"             // STM32F7                                env:STM32F7
514
 
514
 
515
 //
515
 //
516
 // Espressif ESP32
516
 // Espressif ESP32

Loading…
Cancel
Save