Browse Source

cleanup

pull/1/head
Scott Lahteine 9 years ago
parent
commit
b6ecbd8cc4
  1. 10
      Marlin/pins.h

10
Marlin/pins.h

@ -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"

Loading…
Cancel
Save