diff options
Diffstat (limited to 'print.h')
-rw-r--r-- | print.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 :) |