Archived
1
0

Small change while the build system is in flux.

This commit is contained in:
Jacob Alexander 2011-09-28 01:47:26 -07:00
parent 1e03ed42aa
commit 9f5c89e666

2
main.c
View File

@ -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))