coduin / epiphany-bsp

BSP implementation for the Parallella; the world's smallest supercomputer
https://jwbuurlage.github.io/epiphany-bsp/
GNU General Public License v3.0
27 stars 14 forks source link

Change usleep to nanosleep #14

Closed jwbuurlage closed 9 years ago

jwbuurlage commented 9 years ago

The use of usleep gives a compiler warning in C99 since it is deprecated. Should change to nanosleep.