From: Jacob Alexander Date: Wed, 28 Sep 2011 08:47:26 +0000 (-0700) Subject: Small change while the build system is in flux. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9f5c89e666a42cf20b7112b6f3691f7f4f92b04d;p=kiibohd-controller.git Small change while the build system is in flux. --- 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))