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>2022-08-04 20:08:23 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-08-04 20:08:23 +0300
commita3ad9ff6413acb93658d2c0a46572f76c8b4f0b4 (patch)
treeb160b4764b02fdc7f526958ff2cfebf35f8fa83b /src/Networking/LwipEthernet/Lwip/src/include/lwip/sys.h
parent4a01d83e309200d6f7a6a6d2e8cabf62e983a396 (diff)
Minor improvements to LWIP config and associated code
Diffstat (limited to 'src/Networking/LwipEthernet/Lwip/src/include/lwip/sys.h')
-rw-r--r--src/Networking/LwipEthernet/Lwip/src/include/lwip/sys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Networking/LwipEthernet/Lwip/src/include/lwip/sys.h b/src/Networking/LwipEthernet/Lwip/src/include/lwip/sys.h
index 7fff2de0..b5f83c7e 100644
--- a/src/Networking/LwipEthernet/Lwip/src/include/lwip/sys.h
+++ b/src/Networking/LwipEthernet/Lwip/src/include/lwip/sys.h
@@ -446,7 +446,7 @@ u32_t sys_jiffies(void);
* Not implementing this function means you cannot use some modules (e.g. TCP
* timestamps, internal timeouts for NO_SYS==1).
*/
-u32_t sys_now(void) NOEXCEPT;
+u32_t sys_now(void) noexcept;
/* Critical Region Protection */
/* These functions must be implemented in the sys_arch.c file.