Support MKS SGen board (#13694)

This commit is contained in:
Laurent
2019-04-16 00:03:10 +02:00
committed by Scott Lahteine
parent 20dc45bca7
commit df75a606ff
4 changed files with 70 additions and 3 deletions

View File

@@ -316,6 +316,8 @@
#include "pins_RAMPS_RE_ARM.h" // LPC1768 env:LPC1768
#elif MB(MKS_SBASE)
#include "pins_MKS_SBASE.h" // LPC1768 env:LPC1768
#elif MB(MKS_SGEN)
#include "pins_MKS_SGEN.h" // LPC1769 env:LPC1769
#elif MB(AZSMZ_MINI)
#include "pins_AZSMZ_MINI.h" // LPC1768 env:LPC1768
#elif MB(AZTEEG_X5_GT)