[2.0.x] Fixed RAMPS FD V1 pins.h file (#7852)

* test only

test

* Fixed RAMPS FD V1 pins.h file

* Fix typo
This commit is contained in:
android444 2017-10-06 20:27:15 +02:00 committed by Scott Lahteine
parent aa51a02b8f
commit 72693a7e87
2 changed files with 2 additions and 2 deletions

View file

@ -262,8 +262,8 @@
#include "pins_DUE3DOM_MINI.h"
#elif MB(RADDS)
#include "pins_RADDS.h"
#elif MB(RAMPS_FD)
#include "pins_RAMPS_FD.h"
#elif MB(RAMPS_FD_V1)
#include "pins_RAMPS_FD_V1.h"
#elif MB(RAMPS_FD_V2)
#include "pins_RAMPS_FD_V2.h"
#elif MB(RAMPS_SMART_EFB)