Ver código fonte

Allow printf macro

main
Bill Greiman 7 anos atrás
pai
commit
ffbccb011e
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      SdFat/src/FatLib/StdioStream.h

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

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

Carregando…
Cancelar
Salvar