Proceed with Teensy 3.5/3.6 HAL (#13450)

This commit is contained in:
Scott Alfter
2019-03-23 22:08:32 -07:00
committed by Scott Lahteine
parent 407202cc0f
commit 32332bcd03
2 changed files with 9 additions and 3 deletions

View File

@ -58,9 +58,6 @@
// Defines
// --------------------------------------------------------------------------
#undef MOTHERBOARD
#define MOTHERBOARD BOARD_TEENSY35_36
#define IS_32BIT_TEENSY (defined(__MK64FX512__) || defined(__MK66FX1M0__))
#define IS_TEENSY35 defined(__MK64FX512__)
#define IS_TEENSY36 defined(__MK66FX1M0__)