]> git.donarmstrong.com Git - kiibohd-controller.git/commitdiff
Small change while the build system is in flux.
authorJacob Alexander <triplehaata@gmail.com>
Wed, 28 Sep 2011 08:47:26 +0000 (01:47 -0700)
committerJacob Alexander <triplehaata@gmail.com>
Wed, 28 Sep 2011 08:47:26 +0000 (01:47 -0700)
main.c

diff --git a/main.c b/main.c
index 76abe51f14204bf54cf273b36760118a438da1d2..31f582e066233705f40ab499c67865620c23088c 100644 (file)
--- a/main.c
+++ b/main.c
@@ -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))