[2.0.x] Teensy 3.1 and 3.2 support (#11460)
This commit is contained in:
committed by
Scott Lahteine
parent
409a0632af
commit
7ecb8b4af5
@ -381,6 +381,8 @@
|
||||
// STM32 ARM Cortex-M4F
|
||||
//
|
||||
|
||||
#elif MB(TEENSY31_32)
|
||||
#include "pins_TEENSY31_32.h" // TEENSY31_32 env:teensy31
|
||||
#elif MB(TEENSY35_36)
|
||||
#include "pins_TEENSY35_36.h" // TEENSY35_36 env:teensy35
|
||||
#elif MB(BEAST)
|
||||
|
Reference in New Issue
Block a user