소스 검색

Allow printf macro

main
Bill Greiman 7 년 전
부모
커밋
ffbccb011e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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

Loading…
취소
저장