소스 검색

missing comma in last commit

whosawhatsis 12 년 전
부모
커밋
6a61a3c0b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/thermistortables.h

+ 1
- 1
Marlin/thermistortables.h 파일 보기

@@ -310,7 +310,7 @@ const short temptable_7[][2] PROGMEM = {
310 310
    {955*OVERSAMPLENR, 35},
311 311
    {973*OVERSAMPLENR, 27},
312 312
    {991*OVERSAMPLENR, 17},
313
-   {1009*OVERSAMPLENR, 1}
313
+   {1009*OVERSAMPLENR, 1},
314 314
    {1023*OVERSAMPLENR, 0}  //to allow internal 0 degrees C
315 315
 };
316 316
 #endif

Loading…
취소
저장