mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
parent
62ac0faad8
commit
7c3aab2ea2
@ -26,7 +26,7 @@
|
||||
unsigned int
|
||||
lwip_port_rand(void)
|
||||
{
|
||||
return rand();
|
||||
return (unsigned int)rand();
|
||||
}
|
||||
|
||||
Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun setup, SFun teardown)
|
||||
|
Loading…
Reference in New Issue
Block a user