# HG changeset patch # User Jacob Alexander # Date 1317199646 25200 # Node ID 7a95e742a31faa829f6668ff8a031f6f87baa926 # Parent 85bc68be98dfa9085934057be3c3ba1be2be887c Small change while the build system is in flux. diff -r 85bc68be98df -r 7a95e742a31f main.c --- 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 +#include "print.h" #define CPU_PRESCALE(n) (CLKPR = 0x80, CLKPR = (n))