Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-06-14 02:08:51 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-06-14 02:08:51 +0300
commit7caf1bb15bc36392761b5c54735d910f5548d765 (patch)
treeb3635fa1a0fb8c4a130e296ca4cdfb95b95ba756 /src/Networking/LwipEthernet/Lwip
parent35923f84e6b3d387c1608fa591fa6aa3e218175f (diff)
Changes for 5LC
Diffstat (limited to 'src/Networking/LwipEthernet/Lwip')
-rw-r--r--src/Networking/LwipEthernet/Lwip/src/include/lwip/err.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Networking/LwipEthernet/Lwip/src/include/lwip/err.h b/src/Networking/LwipEthernet/Lwip/src/include/lwip/err.h
index 887d9b3f..6c72120f 100644
--- a/src/Networking/LwipEthernet/Lwip/src/include/lwip/err.h
+++ b/src/Networking/LwipEthernet/Lwip/src/include/lwip/err.h
@@ -49,6 +49,10 @@ extern "C" {
* @{
*/
+#ifdef ERR_TIMEOUT // Atmel Start file err_codes.h defies this
+# undef ERR_TIMEOUT
+#endif
+
/** Definitions for error constants. */
typedef enum {
/** No error, everything OK. */