Browse Source

fix include

Bob-the-Kuhn 7 years ago
parent
commit
cba44128d5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/pins_RAMPS_FD_V2.h

+ 1
- 1
Marlin/src/pins/pins_RAMPS_FD_V2.h View File

29
 
29
 
30
 #define BOARD_NAME         "RAMPS-FD v2"
30
 #define BOARD_NAME         "RAMPS-FD v2"
31
 
31
 
32
-#include "pins_RAMPS_FD.h"
32
+#include "pins_RAMPS_FD_V1.h"
33
 
33
 
34
 #undef INVERTED_HEATER_PINS
34
 #undef INVERTED_HEATER_PINS
35
 #undef INVERTED_BED_PINS
35
 #undef INVERTED_BED_PINS

Loading…
Cancel
Save