We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd3412 commit 214680fCopy full SHA for 214680f
cores/esp32/Print.cpp
@@ -57,7 +57,7 @@ size_t Print::printf(const char *format, ...)
57
if(len < 0) {
58
va_end(arg);
59
return 0;
60
- };
+ }
61
if(len >= (int)sizeof(loc_buf)){ // comparation of same sign type for the compiler
62
temp = (char*) malloc(len+1);
63
if(temp == NULL) {
0 commit comments