X-Git-Url: http://git.kpe.io/?p=avr_bc100.git;a=blobdiff_plain;f=BaseMegaFirmware%2FGCC%2Fmystdio.h;fp=BaseMegaFirmware%2FGCC%2Fmystdio.h;h=7c3eaa0dc77b86014d50a7a9c958b983a1e4abf9;hp=0000000000000000000000000000000000000000;hb=89173ec9cd6f33843bf27c45be0f2f9be3f5f0ce;hpb=7997f136b12114035265bd082c854bff95fd73dc diff --git a/BaseMegaFirmware/GCC/mystdio.h b/BaseMegaFirmware/GCC/mystdio.h new file mode 100644 index 0000000..7c3eaa0 --- /dev/null +++ b/BaseMegaFirmware/GCC/mystdio.h @@ -0,0 +1,13 @@ +#ifndef MYSTDIO_H +#define MYSTDIO_H + +#include +#include +#include + + +#define myprintf_P( printf_ctrl_, args_...) printf_P( PSTR(printf_ctrl_), ## args_ ) + +void mystdio_init(void); + +#endif /* MYSTDIO_H */