Malyan M300 support (#17421)

This commit is contained in:
Scott Lahteine
2020-04-17 09:10:41 -05:00
committed by GitHub
parent 360e07c90f
commit f94ab84dac
6 changed files with 122 additions and 0 deletions

View File

@@ -464,6 +464,12 @@
#elif MB(CNCONTROLS_15D)
#include "sam/pins_CNCONTROLS_15D.h" // SAM3X8E env:DUE env:DUE_USB
//
// STM32 ARM Cortex-M0
//
#elif MB(MALYAN_M300)
#include "stm32f0/pins_MALYAN_M300.h" // STM32F070 env:malyan_M300
//
// STM32 ARM Cortex-M3
//