Browse Source

Fix MKS Robin Lite pins include (#14755)

pull/1/head
thisiskeithb 5 years ago
committed by Scott Lahteine
parent
commit
e8e81d3609
  1. 2
      Marlin/src/pins/pins.h

2
Marlin/src/pins/pins.h

@ -454,6 +454,8 @@
#include "stm32/pins_MKS_ROBIN_MINI.h" // STM32F1 env:mks_robin_mini
#elif MB(MKS_ROBIN_NANO)
#include "stm32/pins_MKS_ROBIN_NANO.h" // STM32F1 env:mks_robin_nano
#elif MB(MKS_ROBIN_LITE)
#include "stm32/pins_MKS_ROBIN_LITE.h" // STM32F1 env:mks_robin_lite
#elif MB(BIGTREE_SKR_MINI_V1_1)
#include "stm32/pins_BIGTREE_SKR_MINI_V1_1.h" // STM32F1 env:BIGTREE_SKR_MINI
#elif MB(BIGTREE_SKR_MINI_E3)

Loading…
Cancel
Save