Skip to content

Commit 876dad8

Browse files
committed
Squash
1 parent 7241717 commit 876dad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/source/ATCmdParser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ int ATCmdParser::printf(const char *format, ...)
320320
{
321321
std::va_list args;
322322
va_start(args, format);
323-
int res = mbed_vprintf(format, args);
323+
int res = vprintf(format, args);
324324
va_end(args);
325325
return res;
326326
}

0 commit comments

Comments
 (0)