Browse Source

Fix includes in RAMPS_DUO and RAMPS_SMART (#15321)

pull/1/head
Jason Smith 5 years ago
committed by Scott Lahteine
parent
commit
f98999ca20
  1. 2
      Marlin/src/pins/sam/pins_RAMPS_DUO.h
  2. 2
      Marlin/src/pins/sam/pins_RAMPS_SMART.h

2
Marlin/src/pins/sam/pins_RAMPS_DUO.h

@ -50,7 +50,7 @@
#define BOARD_INFO_NAME "RAMPS Duo"
#define IS_RAMPS_DUO
#include "pins_RAMPS.h"
#include "../ramps/pins_RAMPS.h"
//
// Temperature Sensors

2
Marlin/src/pins/sam/pins_RAMPS_SMART.h

@ -67,7 +67,7 @@
#define BOARD_INFO_NAME "RAMPS-SMART"
#define IS_RAMPS_SMART
#include "pins_RAMPS.h"
#include "../ramps/pins_RAMPS.h"
// I2C EEPROM with 4K of space
#define I2C_EEPROM

Loading…
Cancel
Save