Move SD Fat library out of main src
This commit is contained in:
@ -54,3 +54,8 @@
|
||||
#if defined(DIGIPOT_I2C)
|
||||
#include <Wire.h>
|
||||
#endif
|
||||
|
||||
#if defined(HEATER_0_USES_MAX6675) || defined(SDSUPPORT)
|
||||
#include <Sd2Card.h>
|
||||
#endif
|
||||
|
||||
|
@ -34,8 +34,9 @@
|
||||
#include "temperature.h"
|
||||
#include "watchdog.h"
|
||||
|
||||
#include "Sd2PinMap.h"
|
||||
|
||||
#ifdef HEATER_0_USES_MAX6675
|
||||
//#include <Sd2PinMap.h>
|
||||
#endif
|
||||
|
||||
//===========================================================================
|
||||
//=============================public variables============================
|
||||
|
Reference in New Issue
Block a user