File and macro modifications for supporting Teensy 3.1

This commit is contained in:
Jacob Alexander 2014-02-02 17:33:23 -08:00
parent 25304734af
commit 3fa9c16c04
15 changed files with 190 additions and 31 deletions

View file

@ -1,6 +1,6 @@
#include "delay.h"
#include "mk20dx128.h"
#include "mk20dx.h"
// the systick interrupt is supposed to increment this at 1 kHz rate
volatile uint32_t systick_millis_count = 0;