mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-06-28 01:40:56 +00:00
Move SD Fat library out of main src
This commit is contained in:
parent
9d9c859ac1
commit
f84ff4ba7d
17 changed files with 64 additions and 116 deletions
ArduinoAddons/Arduino_1.0.x/libraries/SdFat
|
@ -18,9 +18,6 @@
|
|||
* <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
// Warning this file was generated by a program.
|
||||
#include "Marlin.h"
|
||||
#ifdef SDSUPPORT
|
||||
|
||||
#ifndef Sd2PinMap_h
|
||||
#define Sd2PinMap_h
|
||||
#include <avr/io.h>
|
||||
|
@ -363,6 +360,3 @@ static inline __attribute__((always_inline))
|
|||
}
|
||||
}
|
||||
#endif // Sd2PinMap_h
|
||||
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue