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-07-10 15:18:34 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-07-10 15:18:34 +0300
commit320756c21f985755055a26a83edf0a9950f691df (patch)
tree9089e8b27f3a5d08817f1cffe006ffaa3bf98cc3 /src/Networking/LwipEthernet/Lwip
parenta75ad424fe8f40a94951cd339892ddd0d73fbfa6 (diff)
Changed Duet 3 Mini build to use CoreN2G
Diffstat (limited to 'src/Networking/LwipEthernet/Lwip')
-rw-r--r--src/Networking/LwipEthernet/Lwip/lwipopts.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/Networking/LwipEthernet/Lwip/lwipopts.h b/src/Networking/LwipEthernet/Lwip/lwipopts.h
index 1f5a767b..ee093678 100644
--- a/src/Networking/LwipEthernet/Lwip/lwipopts.h
+++ b/src/Networking/LwipEthernet/Lwip/lwipopts.h
@@ -191,12 +191,8 @@
#define LWIP_MDNS_RESPONDER 1
#define LWIP_NUM_NETIF_CLIENT_DATA (LWIP_MDNS_RESPONDER)
-#if defined(__SAME70Q21__) || defined(__SAME70Q20B__) || defined(__SAME70Q21B__) || defined(__SAME54P20A__)
-extern uint32_t trueRandom(void) noexcept;
-# define LWIP_RAND trueRandom
-#else
-# define LWIP_RAND random
-#endif
+extern uint32_t random32(void) noexcept;
+#define LWIP_RAND random32
/*