Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- In cc.h you should
# define LWIP_DEBUG# define LWIP_PLATFORM_DIAG(x) printf(x)
--- Quote End --- printf should be without parenthesis, something like #define LWIP_PLATFORM_DIAG(x) do { printf x; } while(0)