Skip to content
Commit f818243f authored by Christopher Swinchatt's avatar Christopher Swinchatt Committed by Vincent Coubard
Browse files

lwip: Fix C++ compilation error



Remove definition of DEBUG_PRINT as a C function when it is not
defined by user.

Previously DEBUG_PRINT was defined as printf when not defined by
user. This causes a C++ compilation error because of
"using std::printf" in stdio.h.
Redefining a symbol which is used in a "using" directive is
illegal.

Signed-off-by: Christopher Swinchatt's avatarChris Swinchatt <christopher.swinchatt@arm.com>
parent 87daeec2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment