Parcourir la source

Allow printf macro

main
Bill Greiman il y a 7 ans
Parent
révision
ffbccb011e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      SdFat/src/FatLib/StdioStream.h

+ 1
- 1
SdFat/src/FatLib/StdioStream.h Voir le fichier

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

Chargement…
Annuler
Enregistrer