Fix lwip_port_rand()
(Didn't stash again after last change)
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
u32_t
|
||||
lwip_port_rand(void)
|
||||
{
|
||||
return rand();
|
||||
return (u32_t)rand();
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user