Explorar el Código

fix missing serial.cpp in Makefile

towara hace 7 años
padre
commit
f6095c9325
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/Makefile

+ 1
- 1
Marlin/Makefile Ver fichero

@@ -296,7 +296,7 @@ CXXSRC = WMath.cpp WString.cpp Print.cpp Marlin_main.cpp	\
296 296
 	temperature.cpp cardreader.cpp configuration_store.cpp \
297 297
 	watchdog.cpp SPI.cpp servo.cpp Tone.cpp ultralcd.cpp digipot_mcp4451.cpp \
298 298
 	dac_mcp4728.cpp vector_3.cpp qr_solve.cpp endstops.cpp stopwatch.cpp utility.cpp \
299
-	printcounter.cpp nozzle.cpp
299
+	printcounter.cpp nozzle.cpp serial.cpp
300 300
 ifeq ($(LIQUID_TWI2), 0)
301 301
 CXXSRC += LiquidCrystal.cpp
302 302
 else

Loading…
Cancelar
Guardar