Add support for Arm'ed (STM32F4) board (#12147)
This commit is contained in:
committed by
Scott Lahteine
parent
1fb9b299d4
commit
4eb798dbdc
@ -397,6 +397,8 @@
|
||||
#include "pins_BEAST.h" // STM32F4 env:STM32F4
|
||||
#elif MB(STM32F4)
|
||||
#include "pins_STM32F4.h" // STM32F4 env:STM32F4
|
||||
#elif MB(ARMED)
|
||||
#include "pins_ARMED.h" // STM32F4 env:ARMED
|
||||
|
||||
//
|
||||
// ARM Cortex M7
|
||||
|
Reference in New Issue
Block a user