changeset 18:7a95e742a31f

Small change while the build system is in flux.
author Jacob Alexander <triplehaata@gmail.com>
date Wed, 28 Sep 2011 01:47:26 -0700
parents 85bc68be98df
children 31f559255b1b
files main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Tue Sep 27 21:31:59 2011 -0700
+++ b/main.c	Wed Sep 28 01:47:26 2011 -0700
@@ -30,7 +30,7 @@
 
 // TEMP INCLUDES
 #include "usb_keyboard_debug.h"
-#include <print.h>
+#include "print.h"
 
 #define CPU_PRESCALE(n)	(CLKPR = 0x80, CLKPR = (n))