This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-sdfat
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Allow printf macro
main
Bill Greiman
7 years ago
parent
8c750703ff
commit
ffbccb011e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
SdFat/src/FatLib/StdioStream.h
+ 1
- 1
SdFat/src/FatLib/StdioStream.h
View File
@@ -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
Write
Preview
Loading…
Cancel
Save