forked from mirrors/qmk_userspace
divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug.
This commit is contained in:
parent
6be0e4fafb
commit
7fd9003f59
9 changed files with 225 additions and 186 deletions
2
print.h
2
print.h
|
@ -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 :)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue