Fix includes in RAMPS_DUO and RAMPS_SMART (#15321)
This commit is contained in:
parent
f362dab7be
commit
f98999ca20
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
||||||
#define BOARD_INFO_NAME "RAMPS Duo"
|
#define BOARD_INFO_NAME "RAMPS Duo"
|
||||||
|
|
||||||
#define IS_RAMPS_DUO
|
#define IS_RAMPS_DUO
|
||||||
#include "pins_RAMPS.h"
|
#include "../ramps/pins_RAMPS.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// Temperature Sensors
|
// Temperature Sensors
|
||||||
|
|
|
@ -67,7 +67,7 @@
|
||||||
#define BOARD_INFO_NAME "RAMPS-SMART"
|
#define BOARD_INFO_NAME "RAMPS-SMART"
|
||||||
|
|
||||||
#define IS_RAMPS_SMART
|
#define IS_RAMPS_SMART
|
||||||
#include "pins_RAMPS.h"
|
#include "../ramps/pins_RAMPS.h"
|
||||||
|
|
||||||
// I2C EEPROM with 4K of space
|
// I2C EEPROM with 4K of space
|
||||||
#define I2C_EEPROM
|
#define I2C_EEPROM
|
||||||
|
|
Reference in a new issue