Fix missing newline in pins.h that prevents max6675 support from working

This commit is contained in:
Kliment Yanev 2011-09-03 18:51:27 +02:00
parent 6308360ef8
commit 55606f1bdc

View file

@ -436,7 +436,8 @@
// SPI for Max6675 Thermocouple
#ifndef SDSUPPORT
// these pins are defined in the SD library if building with SD support #define SCK_PIN 52
// these pins are defined in the SD library if building with SD support
#define SCK_PIN 52
#define MISO_PIN 50
#define MOSI_PIN 51
#define MAX6675_SS 53