]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - print.h
FIX: clear keyboard_keys.
[max/tmk_keyboard.git] / print.h
diff --git a/print.h b/print.h
index 5d0f2eb902d265aa9fabc07352f439d61fa709bc..d61e5de3e096101975f126ff8863925e80bee1a9 100644 (file)
--- a/print.h
+++ b/print.h
@@ -1,8 +1,8 @@
-#ifndef print_h__
-#define print_h__
+#ifndef PRINT_H__
+#define PRINT_H__ 1
 
 #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 :)