Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
EthernetNetIf eth; NTPClient ntp;
EthernetErr ethErr = eth.setup(); if (ethErr) { pc.printf("ERROR!!!"); return -1; }
Hey guys, my program involves connecting to the ethernet, but it keeps failing at this stage. Can anyone tell me whats wrong with my code?