Initial work for McHCK mk20dx128vlf5 port.

This commit is contained in:
Jacob Alexander 2014-06-15 11:09:08 -07:00
parent c203d23be5
commit acf8cb979c
12 changed files with 89 additions and 37 deletions

View file

@ -30,7 +30,7 @@
// ----- Includes -----
// ARM
#if defined(_mk20dx128_) || defined(_mk20dx256_)
#if defined(_mk20dx128_) || defined(_mk20dx128vlf5_) || defined(_mk20dx256_)
#include <Lib/mk20dx.h>
#include <Lib/delay.h>