FLY Mini for stm32duino (#22356)

This commit is contained in:
ellensp
2021-07-14 18:57:26 +12:00
committed by Scott Lahteine
parent 6b2370fd7c
commit 6f9194eb29
2 changed files with 17 additions and 1 deletions

View File

@ -552,7 +552,7 @@
#elif MB(TRIGORILLA_PRO)
#include "stm32f1/pins_TRIGORILLA_PRO.h" // STM32F1 env:trigorilla_pro
#elif MB(FLY_MINI)
#include "stm32f1/pins_FLY_MINI.h" // STM32F1 env:FLY_MINI
#include "stm32f1/pins_FLY_MINI.h" // STM32F1 env:FLY_MINI env:FLY_MINI_maple
#elif MB(FLSUN_HISPEED)
#include "stm32f1/pins_FLSUN_HISPEED.h" // STM32F1 env:flsun_hispeedv1
#elif MB(BEAST)