divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug.

This commit is contained in:
tmk 2010-09-23 20:23:50 +09:00
parent 6be0e4fafb
commit 7fd9003f59
9 changed files with 225 additions and 186 deletions

View file

@ -2,7 +2,7 @@
#define print_h__
#include <avr/pgmspace.h>
#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 :)