From 6a61a3c0b4365d4d0887dbbff94d38e452cbe4c7 Mon Sep 17 00:00:00 2001
From: whosawhatsis <whosawhatsis@gmail.com>
Date: Fri, 8 Mar 2013 16:15:49 -0800
Subject: [PATCH] missing comma in last commit

---
 Marlin/thermistortables.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/thermistortables.h b/Marlin/thermistortables.h
index f8839b096d..e3d28ba285 100644
--- a/Marlin/thermistortables.h
+++ b/Marlin/thermistortables.h
@@ -310,7 +310,7 @@ const short temptable_7[][2] PROGMEM = {
    {955*OVERSAMPLENR, 35},
    {973*OVERSAMPLENR, 27},
    {991*OVERSAMPLENR, 17},
-   {1009*OVERSAMPLENR, 1}
+   {1009*OVERSAMPLENR, 1},
    {1023*OVERSAMPLENR, 0}  //to allow internal 0 degrees C
 };
 #endif
-- 
GitLab