Browse Source

Fix includes in RAMPS_DUO and RAMPS_SMART (#15321)

Jason Smith 5 years ago
parent
commit
f98999ca20
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      Marlin/src/pins/sam/pins_RAMPS_DUO.h
  2. 1
    1
      Marlin/src/pins/sam/pins_RAMPS_SMART.h

+ 1
- 1
Marlin/src/pins/sam/pins_RAMPS_DUO.h View File

50
 #define BOARD_INFO_NAME "RAMPS Duo"
50
 #define BOARD_INFO_NAME "RAMPS Duo"
51
 
51
 
52
 #define IS_RAMPS_DUO
52
 #define IS_RAMPS_DUO
53
-#include "pins_RAMPS.h"
53
+#include "../ramps/pins_RAMPS.h"
54
 
54
 
55
 //
55
 //
56
 // Temperature Sensors
56
 // Temperature Sensors

+ 1
- 1
Marlin/src/pins/sam/pins_RAMPS_SMART.h View File

67
 #define BOARD_INFO_NAME "RAMPS-SMART"
67
 #define BOARD_INFO_NAME "RAMPS-SMART"
68
 
68
 
69
 #define IS_RAMPS_SMART
69
 #define IS_RAMPS_SMART
70
-#include "pins_RAMPS.h"
70
+#include "../ramps/pins_RAMPS.h"
71
 
71
 
72
 // I2C EEPROM with 4K of space
72
 // I2C EEPROM with 4K of space
73
 #define I2C_EEPROM
73
 #define I2C_EEPROM

Loading…
Cancel
Save