From 4f5f1a53d449172263e83c5769c92976e0d3332e Mon Sep 17 00:00:00 2001 From: tmk Date: Sat, 29 Jan 2011 00:44:05 +0900 Subject: added PS/2 to USB converter use V-USB as protocol stack --- print.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'print.h') diff --git a/print.h b/print.h index 77290520e9..78912df81b 100644 --- a/print.h +++ b/print.h @@ -3,15 +3,13 @@ #include #include -#include "usb_debug.h" -bool print_enable; +extern bool print_enable; // this macro allows you to write print("some text") and // the string is automatically placed into flash memory :) #define print(s) print_P(PSTR(s)) -#define pchar(c) usb_debug_putchar(c) void print_P(const char *s); void phex(unsigned char c); -- cgit v1.2.3