Browse Source

Merge pull request #8955 from Bob-the-Kuhn/bugfix-2.0.x

[2.0.x] fix include in pins_RAMPS_FD_V2.h
Bob-the-Kuhn 6 years ago
parent
commit
9bfabc1f13
No account linked to committer's email address
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,7 +29,7 @@
29 29
 
30 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 34
 #undef INVERTED_HEATER_PINS
35 35
 #undef INVERTED_BED_PINS

Loading…
Cancel
Save