From 7fd9003f59ad6a1de8d8b70fae74ba16df666c09 Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 23 Sep 2010 20:23:50 +0900 Subject: divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug. --- print.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print.h') diff --git a/print.h b/print.h index 5d0f2eb90..9a4246275 100644 --- a/print.h +++ b/print.h @@ -2,7 +2,7 @@ #define print_h__ #include -#include "usb_keyboard_debug.h" +#include "usb_debug.h" // this macro allows you to write print("some text") and // the string is automatically placed into flash memory :) -- cgit v1.2.3