ソースを参照

Allow printf macro

main
Bill Greiman 8年前
コミット
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

読み込み中…
キャンセル
保存