Rename BOARD_STM32F4 to fix use with MB()

This commit is contained in:
Scott Lahteine
2019-10-25 18:09:54 -05:00
parent 167ecd8620
commit f8ad15fde8
4 changed files with 4 additions and 4 deletions

View File

@ -498,8 +498,8 @@
#elif MB(BEAST)
#include "stm32/pins_BEAST.h" // STM32F4 env:STM32F4
#elif MB(STM32F4)
#include "stm32/pins_STM32F4.h" // STM32F4 env:STM32F4
#elif MB(GENERIC_STM32F4)
#include "stm32/pins_GENERIC_STM32F4.h" // STM32F4 env:STM32F4
#elif MB(ARMED)
#include "stm32/pins_ARMED.h" // STM32F4 env:ARMED
#elif MB(RUMBA32)