Skip to content

Commit 8a5288b

Browse files
cscottrpls
authored andcommitted
Fix build by replacing qr_solve by least_squares_fit. (MarlinFirmware#7285)
This was broken by 9af67e2.
1 parent 978f382 commit 8a5288b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ CXXSRC = WMath.cpp WString.cpp Print.cpp Marlin_main.cpp \
295295
SdFile.cpp SdVolume.cpp planner.cpp stepper.cpp \
296296
temperature.cpp cardreader.cpp configuration_store.cpp \
297297
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 \
299299
printcounter.cpp nozzle.cpp serial.cpp
300300
ifeq ($(LIQUID_TWI2), 0)
301301
CXXSRC += LiquidCrystal.cpp

0 commit comments

Comments
 (0)