simplified the includes, makefile now works with arduino23

This commit is contained in:
Bernhard
2011-12-22 14:55:45 +01:00
parent 3c1a4aac2b
commit 57f9359a41
19 changed files with 81 additions and 86 deletions

View File

@ -17,6 +17,7 @@
* along with the Arduino SdFat Library. If not, see
* <http://www.gnu.org/licenses/>.
*/
#include "Marlin.h"
#include "SdFile.h"
/** Create a file object and open it in the current working directory.
*