Explorar el Código

Fixes #3313 : Wrong board def in pins.h

João Brázio hace 8 años
padre
commit
55a248d6b4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/pins.h

+ 1
- 1
Marlin/pins.h Ver fichero

@@ -151,7 +151,7 @@
151 151
   #include "pins_AJ4P.h"
152 152
 #elif MB(MKS_13)
153 153
   #include "pins_MKS_13.h"
154
-#elif MB(BOARD_SAINSMART_2IN1)
154
+#elif MB(SAINSMART_2IN1)
155 155
   #include "pins_SAINSMART_2IN1.h"
156 156
 #else
157 157
   #error Unknown MOTHERBOARD value set in Configuration.h

Loading…
Cancelar
Guardar