Merge pull request #8 from patrick-radius/master

Add constant for Teensy 3.6
This commit is contained in:
Paul Stoffregen
2016-12-12 06:23:32 -08:00
committed by GitHub

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"