|
@@ -457,6 +457,12 @@
|
457
|
457
|
#include "stm32/pins_STM3R_MINI.h" // STM32F1 env:STM32F103RE
|
458
|
458
|
#elif MB(GTM32_PRO_VB)
|
459
|
459
|
#include "stm32/pins_GTM32_PRO_VB.h" // STM32F1 env:STM32F103RE
|
|
460
|
+#elif MB(GTM32_MINI_A30)
|
|
461
|
+ #include "stm32/pins_GTM32_MINI_A30.h" // STM32F1 env:STM32F103RE
|
|
462
|
+#elif MB(GTM32_MINI)
|
|
463
|
+ #include "stm32/pins_GTM32_MINI.h" // STM32F1 env:STM32F103RE
|
|
464
|
+#elif MB(GTM32_REV_B)
|
|
465
|
+ #include "stm32/pins_GTM32_REV_B.h" // STM32F1 env:STM32F103RE
|
460
|
466
|
#elif MB(MORPHEUS)
|
461
|
467
|
#include "stm32/pins_MORPHEUS.h" // STM32F1 env:STM32F103RE
|
462
|
468
|
#elif MB(CHITU3D)
|