Browse Source

Fix build by replacing qr_solve by least_squares_fit. (#7285)

This was broken by 9af67e2446.
C. Scott Ananian 7 years ago
parent
commit
a519b093b9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Makefile

+ 1
- 1
Marlin/Makefile View File

@@ -295,7 +295,7 @@ CXXSRC = WMath.cpp WString.cpp Print.cpp Marlin_main.cpp \
295 295
 	SdFile.cpp SdVolume.cpp planner.cpp stepper.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
-	dac_mcp4728.cpp vector_3.cpp qr_solve.cpp endstops.cpp stopwatch.cpp utility.cpp \
298
+	dac_mcp4728.cpp vector_3.cpp least_squares_fit.cpp endstops.cpp stopwatch.cpp utility.cpp \
299 299
 	printcounter.cpp nozzle.cpp serial.cpp
300 300
 ifeq ($(LIQUID_TWI2), 0)
301 301
 CXXSRC += LiquidCrystal.cpp

Loading…
Cancel
Save