bitcraze / lps-node-firmware

GNU Lesser General Public License v3.0
82 stars 79 forks source link

undefined reference to random() (should be rand() ) #29

Closed benkuper closed 6 years ago

benkuper commented 6 years ago

https://github.com/bitcraze/lps-node-firmware/blob/0b24094144fc4d90820d65b6a638c23e4f885e4c/src/uwb_tdoa_anchor3.c#L491

can't compile with latest vm and git versions, random() should be replace by rand()

Also, in case code is uncommented at some point, same file line 2941