We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03ae2e commit adc39b3Copy full SHA for adc39b3
src/Arduino_DebugUtils.cpp
@@ -83,7 +83,7 @@ void Arduino_DebugUtils::print(int const debug_level, const __FlashStringHelper
83
String fmt_str(fmt);
84
85
va_list args;
86
- va_start(args, fmt_str.c_str());
+ va_start(args, fmt);
87
vPrint(fmt_str.c_str(), args);
88
va_end(args);
89
}
0 commit comments