mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 00:14:02 +00:00
Fix lwip_port_rand()
(Didn't stash again after last change)
This commit is contained in:
parent
aa4668cc47
commit
dc607c5be4
@ -71,7 +71,7 @@
|
||||
u32_t
|
||||
lwip_port_rand(void)
|
||||
{
|
||||
return rand();
|
||||
return (u32_t)rand();
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user