]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - debug.h
PS/2: request to resend when error is occured.
[max/tmk_keyboard.git] / debug.h
diff --git a/debug.h b/debug.h
index d1c7b90f39b4a88ab1a75d9db5a2d4b1632d89ca..367a64922fcf6f9f0a5f66b557e7b5b1320630b7 100644 (file)
--- a/debug.h
+++ b/debug.h
@@ -6,7 +6,7 @@
 
 #define debug(s)             if(debug_enable) print(s)
 #define debug_hex(c)         if(debug_enable) phex(c)
-#define debug_hex16(i)       if(debug_enable) phex(i)
+#define debug_hex16(i)       if(debug_enable) phex16(i)
 #define debug_bin(c)         if(debug_enable) pbin(c)
 #define debug_bin_reverse(c) if(debug_enable) pbin_reverse(c)