Allow printf macro
This commit is contained in:
parent
bc32f5afdd
commit
dc08d34d61
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue