Browse Source

makefile: add buzzer.cpp (PR#2479)

Richard Marko 9 years ago
parent
commit
dd22cbbfb8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Makefile

+ 1
- 1
Marlin/Makefile View File

@@ -263,7 +263,7 @@ CXXSRC = WMath.cpp WString.cpp Print.cpp Marlin_main.cpp	\
263 263
 	SdFile.cpp SdVolume.cpp planner.cpp stepper.cpp \
264 264
 	temperature.cpp cardreader.cpp configuration_store.cpp \
265 265
 	watchdog.cpp SPI.cpp servo.cpp Tone.cpp ultralcd.cpp digipot_mcp4451.cpp \
266
-	vector_3.cpp qr_solve.cpp
266
+	vector_3.cpp qr_solve.cpp buzzer.cpp
267 267
 ifeq ($(LIQUID_TWI2), 0)
268 268
 CXXSRC += LiquidCrystal.cpp
269 269
 else

Loading…
Cancel
Save