parent
0bbce6f845
commit
cc2fee5ec0
|
@ -546,7 +546,7 @@ next:
|
|||
|
||||
void coap_setup(void)
|
||||
{
|
||||
message_id = (unsigned short)rand(); // calculate only once
|
||||
message_id = (unsigned short)os_random(); // calculate only once
|
||||
}
|
||||
|
||||
inline int
|
||||
|
|
Loading…
Reference in New Issue