diff main.c @ 340:e8841d3c6db5

mk20dx256vlh7 working! - Interrupt vector table position fix (affected everything in the firmware) - Added fault debug messages - Fixed usbMuxUart
author Jacob Alexander <haata@kiibohd.com>
date Sat, 13 Jun 2015 20:42:12 -0700
parents f4d4cad283c6
children 66eccdd9ced5
line wrap: on
line diff
--- a/main.c	Tue Jun 09 10:02:05 2015 -0700
+++ b/main.c	Sat Jun 13 20:42:12 2015 -0700
@@ -33,6 +33,7 @@
 #include <led.h>
 #include <print.h>
 
+extern volatile uint32_t systick_millis_count;
 
 
 // ----- Functions -----