Add constant for Teensy 3.6

This commit is contained in:
patrick-radius 2016-12-12 10:11:29 +01:00
parent fc38a581b2
commit 22ac6f5f6f

View File

@ -113,9 +113,10 @@
#include "Teensypp_xxx6.h"
#elif defined (__MK20DX128__) \
|| defined (__MK20DX256__)
|| defined (__MK20DX256__) \
|| defined (__MK66FX1M0__)
/* Teensy 3.0 & 3.1 */
/* Teensy 3.0 & 3.1 & 3.6*/
#include "Teensy_KinetisK20.h"