Add MKS SGen-L Board (#14411)

This commit is contained in:
thisiskeithb
2019-06-26 02:17:06 -07:00
committed by Scott Lahteine
parent 064177154c
commit cd302f9464
3 changed files with 284 additions and 0 deletions

View File

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