Skip to content

Commit

Permalink
add lifetime_stats to Makefile; include UM2 in board type 72 comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegt committed Jun 6, 2014
1 parent d2b0277 commit d5b7f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Expand Up @@ -38,7 +38,7 @@
// 65 = Azteeg X1
// 7 = Ultimaker
// 71 = Ultimaker (Older electronics. Pre 1.5.4. This is rare)
// 72 = Ultiboard v2.0
// 72 = Ultiboard v2.0 (includes Ultimaker 2)
// 77 = 3Drag Controller
// 8 = Teensylu
// 80 = Rumba
Expand Down
2 changes: 1 addition & 1 deletion Marlin/Makefile
Expand Up @@ -219,7 +219,7 @@ CXXSRC = WMath.cpp WString.cpp Print.cpp Marlin_main.cpp \
CXXSRC += LiquidCrystal.cpp ultralcd.cpp SPI.cpp Servo.cpp Tone.cpp
CXXSRC += UltiLCD2.cpp UltiLCD2_gfx.cpp UltiLCD2_hi_lib.cpp UltiLCD2_low_lib.cpp \
UltiLCD2_menu_first_run.cpp UltiLCD2_menu_maintenance.cpp UltiLCD2_menu_material.cpp \
UltiLCD2_menu_print.cpp
UltiLCD2_menu_print.cpp lifetime_stats.cpp

#Check for Arduino 1.0.0 or higher and use the correct sourcefiles for that version
ifeq ($(shell [ $(ARDUINO_VERSION) -ge 100 ] && echo true), true)
Expand Down

0 comments on commit d5b7f6c

Please sign in to comment.