Browse Source

Allow printf macro

main
Bill Greiman 7 years ago
parent
commit
ffbccb011e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      SdFat/src/FatLib/StdioStream.h

+ 1
- 1
SdFat/src/FatLib/StdioStream.h View File

#undef getchar #undef getchar
#undef gets #undef gets
#undef perror #undef perror
#undef printf
//#undef printf // NOLINT
#undef putc #undef putc
#undef putchar #undef putchar
#undef puts #undef puts

Loading…
Cancel
Save