From 9f5c89e666a42cf20b7112b6f3691f7f4f92b04d Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Wed, 28 Sep 2011 01:47:26 -0700 Subject: [PATCH] Small change while the build system is in flux. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 76abe51..31f582e 100644 --- a/main.c +++ b/main.c @@ -30,7 +30,7 @@ // TEMP INCLUDES #include "usb_keyboard_debug.h" -#include +#include "print.h" #define CPU_PRESCALE(n) (CLKPR = 0x80, CLKPR = (n)) -- 2.39.5