This commit is contained in:
Scott Lahteine 2015-01-25 18:50:09 -08:00
parent 4e573134de
commit b6ecbd8cc4

View file

@ -1,7 +1,7 @@
/**
* pins.h
*
*/
#ifndef PINS_H
#define PINS_H
@ -34,13 +34,7 @@
#include "pins_SETHI.h"
#elif MB(RAMPS_OLD)
#include "pins_RAMPS_OLD.h"
#elif MB(RAMPS_13_EFB)
#include "pins_RAMPS_13.h"
#elif MB(RAMPS_13_EEB)
#include "pins_RAMPS_13.h"
#elif MB(RAMPS_13_EFF)
#include "pins_RAMPS_13.h"
#elif MB(RAMPS_13_EEF)
#elif MB(RAMPS_13_EFB) || MB(RAMPS_13_EEB) || MB(RAMPS_13_EFF) || MB(RAMPS_13_EEF)
#include "pins_RAMPS_13.h"
#elif MB(DUEMILANOVE_328P)
#include "pins_DUEMILANOVE_328P.h"