BigTreeTech SKR Mini v1.1 (#14041)

This commit is contained in:
yangwenxiong
2019-06-11 10:10:51 +08:00
committed by Scott Lahteine
parent f30b89953d
commit b0a4ea79b8
6 changed files with 185 additions and 0 deletions

View File

@@ -414,6 +414,8 @@
#include "pins_STM32F1R.h" // STM32F1 env:STM32F1
#elif MB(STM3R_MINI)
#include "pins_STM3R_MINI.h" // STM32F1 env:STM32F1
#elif MB(BIGTREE_SKR_MINI_V1_1)
#include "pins_BIGTREE_SKR_MINI_V1_1.h" // STM32F1 env:BIGTREE_SKR_MINI
#elif MB(MALYAN_M200)
#include "pins_MALYAN_M200.h" // STM32F1 env:malyanm200
#elif MB(CHITU3D)