X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=print.h;h=77290520e9dc048e41819f944c549fdfcd41ca62;hb=7ad93f7850cd3d20260628b10a8b123d97736e4e;hp=9a42462754b05f6cbdf75dabeef74e9e4ee91312;hpb=7fd9003f59ad6a1de8d8b70fae74ba16df666c09;p=max%2Ftmk_keyboard.git diff --git a/print.h b/print.h index 9a424627..77290520 100644 --- a/print.h +++ b/print.h @@ -1,9 +1,13 @@ -#ifndef print_h__ -#define print_h__ +#ifndef PRINT_H__ +#define PRINT_H__ 1 +#include #include #include "usb_debug.h" + +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))