Explorar el Código

Fix variant conditional for 1284p

benlye hace 7 años
padre
commit
1a447d0047
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/softspi.h

+ 1
- 1
Marlin/softspi.h Ver fichero

@@ -195,7 +195,7 @@ static const pin_map_t pinMap[] = {
195 195
 || defined(__AVR_ATmega324__)\
196 196
 || defined(__AVR_ATmega16__)
197 197
 
198
-#ifdef defined(VARIANT_MIGHTY)
198
+#if defined(VARIANT_MIGHTY)
199 199
 // Mighty Layout
200 200
 static const pin_map_t pinMap[] = {
201 201
   {&DDRB, &PINB, &PORTB, 0},  // B0  0

Loading…
Cancelar
Guardar