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-04-21 01:19:48 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-04-21 01:19:48 +0300
commitd16be9efe85af602b8d34bd4b42b5bb706168a86 (patch)
tree9dd141abe0221a4c0e915623f5bdce067477714e /src/Networking/LwipEthernet
parent64e172adf08f72d766d0abc26002ad9ef3ac0137 (diff)
Fixed to fan handling, more noexcept
Fixed fan handling so that blip time doesn't get randomly extended Added missing noexcept specifiers, including to C functions because doing so eliminates exception table entries for client C++ functions
Diffstat (limited to 'src/Networking/LwipEthernet')
-rw-r--r--src/Networking/LwipEthernet/Lwip/lwipopts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Networking/LwipEthernet/Lwip/lwipopts.h b/src/Networking/LwipEthernet/Lwip/lwipopts.h
index ee4eaba2..a135ef2a 100644
--- a/src/Networking/LwipEthernet/Lwip/lwipopts.h
+++ b/src/Networking/LwipEthernet/Lwip/lwipopts.h
@@ -192,7 +192,7 @@
#define LWIP_NUM_NETIF_CLIENT_DATA (LWIP_MDNS_RESPONDER)
#if defined(__SAME70Q21__) || defined(__SAME70Q20B__) || defined(__SAME70Q21B__)
-extern uint32_t trueRandom(void);
+extern uint32_t trueRandom(void) noexcept;
# define LWIP_RAND trueRandom
#else
# define LWIP_RAND random