From e67c988824f5ec0c965beb412f8ee5953dfd3c8c Mon Sep 17 00:00:00 2001 From: tmk Date: Sat, 17 Sep 2011 22:39:50 +0900 Subject: Added Bulegiga iWRAP support into HHKB.(Bluetooth) --- print.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'print.h') diff --git a/print.h b/print.h index edc540fab5..686fa89acc 100644 --- a/print.h +++ b/print.h @@ -24,6 +24,7 @@ #ifndef PRINT_H__ #define PRINT_H__ 1 +#include #include #include @@ -34,6 +35,7 @@ extern bool print_enable; // the string is automatically placed into flash memory :) #define print(s) print_P(PSTR(s)) +void print_S(const char *s); void print_P(const char *s); void phex(unsigned char c); void phex16(unsigned int i); -- cgit v1.2.3