Procházet zdrojové kódy

Allow printf macro

Bill Greiman před 8 roky
rodič
revize
dc08d34d61
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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