Merge pull request #4419 from AnHardt/sd2pinmap

Switch Sd2CardLib to fastio
This commit is contained in:
Scott Lahteine
2016-07-28 17:38:46 -07:00
committed by GitHub
18 changed files with 42 additions and 544 deletions

View File

@@ -23,6 +23,7 @@
#ifndef MARLIN_CONFIG_H
#define MARLIN_CONFIG_H
#include "fastio.h"
#include "macros.h"
#include "boards.h"
#include "Version.h"