Explorar o código

Allow printf macro

Bill Greiman %!s(int64=8) %!d(string=hai) anos
pai
achega
dc08d34d61
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SdFat/src/FatLib/StdioStream.h

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

@@ -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