Fix missing newline in pins.h that prevents max6675 support from working
This commit is contained in:
parent
6308360ef8
commit
55606f1bdc
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue