Fix up 'system' includes

This commit is contained in:
Scott Lahteine
2020-04-01 23:50:08 -05:00
parent 514afddeb4
commit 62e8c2dd87
5 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,7 @@
#endif
#if ENABLED(MAX6675_IS_MAX31865)
#include "Adafruit_MAX31865.h"
#include <Adafruit_MAX31865.h>
#ifndef MAX31865_CS_PIN
#define MAX31865_CS_PIN MAX6675_SS_PIN // HW:49 SW:65 for example
#endif