Solved
LWIP Debug Messages Not Working
- February 5, 2025
- 3 replies
- 1393 views
#define LWIP_PLATFORM_DIAG(x) do {printf x;} while(0)
//added fflush after printing Now it's working
#define LWIP_PLATFORM_DIAG(x) do {printf x;fflush(0);} while(0)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.