FYSETC Spider board (#21458)

This commit is contained in:
George Fu
2021-03-29 17:38:28 +08:00
committed by GitHub
parent 86ba0cde35
commit 1d3f28da2e
4 changed files with 135 additions and 14 deletions

View File

@@ -600,6 +600,8 @@
#include "stm32f4/pins_FYSETC_S6.h" // STM32F4 env:FYSETC_S6
#elif MB(FYSETC_S6_V2_0)
#include "stm32f4/pins_FYSETC_S6_V2_0.h" // STM32F4 env:FYSETC_S6
#elif MB(FYSETC_SPIDER)
#include "stm32f4/pins_FYSETC_SPIDER.h" // STM32F4 env:FYSETC_S6
#elif MB(FLYF407ZG)
#include "stm32f4/pins_FLYF407ZG.h" // STM32F4 env:FLYF407ZG
#elif MB(MKS_ROBIN2)