Skip to content

Commit ce46015

Browse files
authored
adds teensy 3.5 and teensy 3.6 chips
adds teensy 3.5 and teensy 3.6 chips __MK66FX1M0__ __MK64FX512__
1 parent 161a416 commit ce46015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/hal_platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828

2929
//Board dependent defines
30-
#if defined (__AVR__) || defined(__SAM3X8E__) || defined(__SAMD21G18A__) || defined(__MK20DX128__) || defined(__MK20DX256__) || defined(__MKL26Z64__)
30+
#if defined (__AVR__) || defined(__SAM3X8E__) || defined(__SAMD21G18A__) || defined(__MK20DX128__) || defined(__MK20DX256__) || defined(__MKL26Z64__) || defined(__MK64FX512__) || defined(__MK66FX1M0__)
3131
//For Arduino this AVR specific library has to be used for reading from Flash memory
3232
#include <avr/pgmspace.h>
3333
#include "Arduino.h"

0 commit comments

Comments
 (0)