Skip to content

Commit

Permalink
Allow printf macro
Browse files Browse the repository at this point in the history
  • Loading branch information
greiman committed Feb 15, 2017
1 parent bc32f5a commit dc08d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SdFat/src/FatLib/StdioStream.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const uint8_t UNGETC_BUF_SIZE = 2;
#undef getchar
#undef gets
#undef perror
#undef printf
//#undef printf // NOLINT
#undef putc
#undef putchar
#undef puts
Expand Down

0 comments on commit dc08d34

Please sign in to comment.